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

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
- 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
 
35
  ENV ORIGINS=*
36
  ENV TF_ENABLE_ONEDNN_OPTS=0
37
 
38
+ RUN chown user:user -R .
39
  # Switch to the "user" user
40
  USER user
41
  # Set home to the user's home directory