Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
|