Tonic commited on
Commit
8206e82
1 Parent(s): 67b34dd

add docker sdk

Browse files
Files changed (1) hide show
  1. 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", "main.py"]
 
36
  ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
37
 
38
  # Set the command to run the Gradio app
39
+ CMD ["python", "app.py"]