Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aisheets
/
sheets
like
416
Running
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
f31e66a
sheets
/
Dockerfile
frascuchon
HF Staff
Update Dockerfile
b21b992
verified
5 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
FROM
argilladev/dataground:latest
RUN
useradd -ms /bin/bash admin \
&&
chown
-R admin:admin /usr/src/app \
&&
chmod
-R 777 /usr/src/app
USER
admin