Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aisheets
/
sheets
like
381
Running
App
Files
Files
Community
13
Fetching metadata from the HF Docker repository...
3363d5d
sheets
/
Dockerfile
frascuchon
HF Staff
Update Dockerfile
3363d5d
verified
6 months ago
raw
Copy download link
history
blame
Safe
199 Bytes
FROM
argilladev/synt-generator:latest
RUN useradd -ms
/bin/
bash admin && \
mkdir -p
/usr/
src
/app/
data && \
chown -R admin:admin
/usr/
src
/app/
data && \
chmod -R
777
/usr/
src
/app/
data
USER admin