dstack-stgn / Dockerfile
peterschmidt85's picture
Updated to `dstackai/dstack:0.10`
3bc2a5a
raw
history blame
160 Bytes
FROM dstackai/dstack:0.10
RUN mkdir -p /.dstack
RUN mkdir -p /.config
RUN mkdir -p /.cache
RUN chmod 777 /.dstack
RUN chmod 777 /.config
RUN chmod 777 /.cache