Alina Lozovskaya commited on
Commit
f6c24b8
·
1 Parent(s): 9279351

Force permitions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ ENV HF_HOME=/app/.cache \
60
 
61
  # Note: HF_TOKEN should be provided at runtime, not build time
62
  # RUN chown -R user:user /app
63
- # RUN chmod -R 775 /app/
64
  # USER user
65
  EXPOSE 7860
66
 
 
60
 
61
  # Note: HF_TOKEN should be provided at runtime, not build time
62
  # RUN chown -R user:user /app
63
+ RUN chmod -R 777 /app/
64
  # USER user
65
  EXPOSE 7860
66