nqtruong commited on
Commit
3f04d8c
·
verified ·
1 Parent(s): 36da01d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,4 +38,4 @@ COPY --chown=user . $HOME/app
38
  # RUN unzip -oq img_align_celeba.zip | tqdm --desc extracted --unit files --unit_scale --total $n_files > /dev/null
39
  RUN unzip -q img_align_celeba.zip
40
 
41
- CMD ["python", "app.py", "--port", "7860"]
 
38
  # RUN unzip -oq img_align_celeba.zip | tqdm --desc extracted --unit files --unit_scale --total $n_files > /dev/null
39
  RUN unzip -q img_align_celeba.zip
40
 
41
+ CMD ["python", "main.py"]