Skip to content

Commit

Permalink
Fix Dockerfile (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
estevaogoes authored Oct 22, 2024
1 parent cad2cf5 commit 26f48a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ RUN uv pip install --no-cache-dir --system torch==$TORCH_VERSION nvidia-ml-py
RUN cd react-ui && npm install && npm run build

# Run the server
CMD python server.py --docker
CMD python3 server.py --docker

0 comments on commit 26f48a4

Please sign in to comment.