Spaces:
Sleeping
Sleeping
File size: 157 Bytes
380d8d7 |
1 2 3 4 5 6 |
FROM dstackai/dstack:latest
RUN useradd -m -u 1000 user
RUN mkdir -p /.dstack /.config /.cache /.local \
&& chmod 777 /.dstack /.config /.cache /.local |