Spaces:
Runtime error
Runtime error
chown /aim
Browse files- 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
|