eliphatfs commited on
Commit
41a9dce
β€’
1 Parent(s): 9962a17
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ COPY --chown=user . $HOME/app
37
 
38
  RUN python3 download_checkpoints.py
39
 
40
- CMD ["python", "gradio_app.py"]
 
37
 
38
  RUN python3 download_checkpoints.py
39
 
40
+ CMD ["python3", "gradio_app.py"]