Spaces:
Sleeping
Sleeping
peterschmidt85
commited on
Commit
·
71bd95e
1
Parent(s):
4256779
Added `/.local`
Browse filesChanged the base image to `latest`
- Dockerfile +4 -2
Dockerfile
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
FROM dstackai/dstack:
|
2 |
|
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
|
|
|
|
1 |
+
FROM dstackai/dstack:latest
|
2 |
|
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
|