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

Try to fix perms #4

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