Spaces:
Runtime error
Runtime error
File size: 170 Bytes
e88bbcc |
1 2 3 4 |
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 |