julien-c HF staff commited on
Commit
2df1ffc
1 Parent(s): b180625

chown /aim

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN pip install aim
16
  # make a directory where the Aim repo will be initialized, `/aim`
17
  RUN mkdir /aim
18
 
 
 
19
  ENTRYPOINT ["/bin/sh", "-c"]
20
 
21
  # have to run `aim init` in the directory that stores aim data for
 
16
  # make a directory where the Aim repo will be initialized, `/aim`
17
  RUN mkdir /aim
18
 
19
+ RUN chown 1000:1000 /aim
20
+
21
  ENTRYPOINT ["/bin/sh", "-c"]
22
 
23
  # have to run `aim init` in the directory that stores aim data for