MogensR commited on
Commit
89735f8
·
verified ·
1 Parent(s): 9f59725

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/streamlit_ui.py || true
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 \