dstack-stgn / Dockerfile
peterschmidt85's picture
Switched to dstack-stgn:0.8
41bf0e6
raw
history blame
163 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