Solar_Panels / Docker
DSatishchandra's picture
Create Docker
e88bbcc verified
raw
history blame contribute delete
170 Bytes
docker run -it --gpus all -v $(pwd):/app -w /app tensorflow/tensorflow:2.15.0-gpu bash
pip install -r requirements.txt
python train_lstm_model.py
uvicorn app:app --reload