dstack-template / Dockerfile
peterschmidt85's picture
Updated to `dstackai/dstack-stgn:25`
55efa45
raw
history blame
162 Bytes
FROM dstackai/dstack-stgn:25
RUN mkdir -p /.dstack
RUN mkdir -p /.config
RUN mkdir -p /.cache
RUN chmod 777 /.dstack
RUN chmod 777 /.config
RUN chmod 777 /.cache