Spaces:
Running
on
Zero
Running
on
Zero
add docker sdk
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,4 +36,4 @@ ENV NVIDIA_VISIBLE_DEVICES=all
|
|
36 |
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
37 |
|
38 |
# Set the command to run the Gradio app
|
39 |
-
CMD ["python", "
|
|
|
36 |
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
37 |
|
38 |
# Set the command to run the Gradio app
|
39 |
+
CMD ["python", "app.py"]
|