Force a release - 07-may-2026 [Dockerfile]
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -21,7 +21,5 @@ RUN pip install --no-cache-dir --user -r requirements.txt \
|
|
| 21 |
|
| 22 |
COPY --chown=user:user app.py /home/user/app/app.py
|
| 23 |
COPY --chown=user:user gradio_app /home/user/app/gradio_app
|
| 24 |
-
|
| 25 |
EXPOSE 7860
|
| 26 |
-
|
| 27 |
CMD ["python", "app.py"]
|
|
|
|
| 21 |
|
| 22 |
COPY --chown=user:user app.py /home/user/app/app.py
|
| 23 |
COPY --chown=user:user gradio_app /home/user/app/gradio_app
|
|
|
|
| 24 |
EXPOSE 7860
|
|
|
|
| 25 |
CMD ["python", "app.py"]
|