Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -118,7 +118,7 @@ RUN mkdir -p /home/user/app/checkpoints /home/user/app/.hf /home/user/app/.torch
|
|
| 118 |
chmod -R 755 /home/user/app && \
|
| 119 |
find /home/user/app -type d -exec chmod 755 {} \; && \
|
| 120 |
find /home/user/app -type f -exec chmod 644 {} \; && \
|
| 121 |
-
chmod +x /home/user/app/
|
| 122 |
|
| 123 |
# ---- Healthcheck ----
|
| 124 |
HEALTHCHECK --interval=30s --timeout=8s --retries=3 CMD \
|
|
|
|
| 118 |
chmod -R 755 /home/user/app && \
|
| 119 |
find /home/user/app -type d -exec chmod 755 {} \; && \
|
| 120 |
find /home/user/app -type f -exec chmod 644 {} \; && \
|
| 121 |
+
chmod +x /home/user/app/streamlit_app.py || true
|
| 122 |
|
| 123 |
# ---- Healthcheck ----
|
| 124 |
HEALTHCHECK --interval=30s --timeout=8s --retries=3 CMD \
|