saikub commited on
Commit
560d016
·
verified ·
1 Parent(s): acd57b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,4 +43,4 @@ ENV CUDA_DEVICE_ORDER=PCI_BUS_ID
43
  ENV CUDA_VISIBLE_DEVICES=0
44
 
45
  # Run the server script
46
- CMD ["python", "run_app.py"]
 
43
  ENV CUDA_VISIBLE_DEVICES=0
44
 
45
  # Run the server script
46
+ CMD ["python", "server.py"]