dstack-template / Dockerfile
chansung's picture
Duplicate from dstackai/dstack-template
380d8d7
raw
history blame contribute delete
157 Bytes
FROM dstackai/dstack:latest
RUN useradd -m -u 1000 user
RUN mkdir -p /.dstack /.config /.cache /.local \
&& chmod 777 /.dstack /.config /.cache /.local