This commit is contained in:
zcr
2026-03-17 12:19:12 +08:00
parent 1e1caf1e91
commit 13903ddd09

View File

@@ -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
"