Spaces:
Runtime error
Runtime error
ngxquang
commited on
Commit
•
587ac1d
1
Parent(s):
b672729
rerun dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,4 +36,4 @@ COPY --chown=user . $HOME/app
|
|
36 |
|
37 |
RUN bash $HOME/app/download_models.sh
|
38 |
|
39 |
-
CMD
|
|
|
36 |
|
37 |
RUN bash $HOME/app/download_models.sh
|
38 |
|
39 |
+
CMD python ./src/main.py
|