Spaces:
Running
Running
Update Dockerfile
Browse files- 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", "
|
|
|
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"]
|