File size: 163 Bytes
71ee8a4
4235afa
22e2eaa
 
 
 
1
2
3
4
5
6
7
FROM dstackai/dstack-stgn:latest

RUN useradd -m -u 1000 user

RUN mkdir -p /.dstack /.config /.cache /.local \
    && chmod 777 /.dstack /.config /.cache /.local