We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad2cf5 commit 26f48a4Copy full SHA for 26f48a4
Dockerfile
@@ -57,4 +57,4 @@ RUN uv pip install --no-cache-dir --system torch==$TORCH_VERSION nvidia-ml-py
57
RUN cd react-ui && npm install && npm run build
58
59
# Run the server
60
-CMD python server.py --docker
+CMD python3 server.py --docker
0 commit comments