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