moriire commited on
Commit
06eff86
·
verified ·
1 Parent(s): f0040c9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ ENV PORT=7860
35
  ENV ORIGINS=*
36
  ENV TF_ENABLE_ONEDNN_OPTS=0
37
 
38
-
39
  # Switch to the "user" user
40
  USER user
41
  # Set home to the user's home directory
 
35
  ENV ORIGINS=*
36
  ENV TF_ENABLE_ONEDNN_OPTS=0
37
 
38
+ RUN chown user:user -R /home/user
39
  # Switch to the "user" user
40
  USER user
41
  # Set home to the user's home directory