Spaces:
Sleeping
Sleeping
peterschmidt85
commited on
Commit
•
0f30979
1
Parent(s):
71ee8a4
Added `/.local`
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@ FROM dstackai/dstack-stgn:latest
|
|
3 |
RUN mkdir -p /.dstack
|
4 |
RUN mkdir -p /.config
|
5 |
RUN mkdir -p /.cache
|
|
|
6 |
RUN chmod 777 /.dstack
|
7 |
RUN chmod 777 /.config
|
8 |
RUN chmod 777 /.cache
|
|
|
|
3 |
RUN mkdir -p /.dstack
|
4 |
RUN mkdir -p /.config
|
5 |
RUN mkdir -p /.cache
|
6 |
+
RUN mkdir -p /.local
|
7 |
RUN chmod 777 /.dstack
|
8 |
RUN chmod 777 /.config
|
9 |
RUN chmod 777 /.cache
|
10 |
+
RUN chmod 777 /.local
|