alvanlii commited on
Commit
1645eda
·
1 Parent(s): b8f36f8

Try to fix perms #3

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN useradd -m -u 1000 user
17
  # Switch to the "user" user
18
  USER user
19
  ENV HOME=/exp/domain-expansion
 
20
 
21
  RUN pip install imageio-ffmpeg==0.4.3 pyspng==0.1.0
22
 
 
17
  # Switch to the "user" user
18
  USER user
19
  ENV HOME=/exp/domain-expansion
20
+ RUN chown -R user $HOME
21
 
22
  RUN pip install imageio-ffmpeg==0.4.3 pyspng==0.1.0
23