udayl commited on
Commit
f1a5f11
·
1 Parent(s): 191423f

fix: permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -24,6 +24,8 @@ COPY . .
24
  ENV PYTHONUNBUFFERED=1 \
25
  HF_HOME=/tmp/huggingface
26
 
 
 
27
  # Expose port
28
  EXPOSE 7860
29
 
 
24
  ENV PYTHONUNBUFFERED=1 \
25
  HF_HOME=/tmp/huggingface
26
 
27
+ RUN chown -R $(whoami) /tmp/huggingface
28
+
29
  # Expose port
30
  EXPOSE 7860
31