Spaces:
Running
Running
Update Dockerfile
Browse files- 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", "
|
|
|
43 |
ENV CUDA_VISIBLE_DEVICES=0
|
44 |
|
45 |
# Run the server script
|
46 |
+
CMD ["python", "server.py"]
|