mvanyan commited on
Commit
0ba843b
·
1 Parent(s): a7c52d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,8 +15,8 @@ RUN pip install aim
15
 
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
 
 
15
 
16
  # make a directory where the Aim repo will be initialized, `/aim`
17
  RUN mkdir /aim
18
+ RUN touch /.aim_profile
19
+ RUN chown 1000:1000 /aim /.aim_profile
20
 
21
  ENTRYPOINT ["/bin/sh", "-c"]
22