dstack-template / Dockerfile
peterschmidt85's picture
Updated to `dstack 0.8`
788f7aa
raw
history blame
No virus
158 Bytes
FROM dstackai/dstack:0.8
RUN mkdir -p /.dstack
RUN mkdir -p /.config
RUN mkdir -p /.cache
RUN chmod 777 /.dstack
RUN chmod 777 /.config
RUN chmod 777 /.cache