dstack-stgn / Dockerfile
peterschmidt85's picture
Switched to dstack-stgn:26
2c0cbd7
raw
history blame
163 Bytes
FROM dstackai/dstack-stgn:26
RUN mkdir -p /.dstack
RUN mkdir -p /.config
RUN mkdir -p /.cache
RUN chmod 777 /.dstack
RUN chmod 777 /.config
RUN chmod 777 /.cache