diff --git a/docker-compose.yaml b/docker-compose.yaml index f70973d..a443441 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -25,5 +25,5 @@ services: command: > bash -c " /opt/conda/envs/trellis/bin/python -c 'import torch; print(torch.__version__, torch.cuda.is_available())' && - tail -f /dev/null + /opt/conda/envs/trellis/bin/python server.py " \ No newline at end of file