fffiloni commited on
Commit
d929c2c
1 Parent(s): bbed12c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -88,4 +88,4 @@ ENV CUDA_VISIBLE_DEVICES=0
88
  COPY app.py .
89
 
90
  # Run your app.py script
91
- CMD ["python", "gradio_pasd.py"]
 
88
  COPY app.py .
89
 
90
  # Run your app.py script
91
+ CMD ["python", "app.py"]