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