Commit
·
55b453f
1
Parent(s):
ea795dd
Revert to gradio run
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -26,8 +26,7 @@ WORKDIR $HOME/app
|
|
| 26 |
|
| 27 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 28 |
COPY --chown=user . $HOME/app
|
| 29 |
-
CMD ["
|
| 30 |
-
#CMD ["python", "main.py"]
|
| 31 |
|
| 32 |
|
| 33 |
|
|
|
|
| 26 |
|
| 27 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 28 |
COPY --chown=user . $HOME/app
|
| 29 |
+
CMD ["python", "main.py"]
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
|