Skip to content

Commit 26f48a4

Browse files
authored
Fix Dockerfile (#401)
1 parent cad2cf5 commit 26f48a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ RUN uv pip install --no-cache-dir --system torch==$TORCH_VERSION nvidia-ml-py
5757
RUN cd react-ui && npm install && npm run build
5858

5959
# Run the server
60-
CMD python server.py --docker
60+
CMD python3 server.py --docker

0 commit comments

Comments
 (0)