Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nsarrazin
/
serge
like
4
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
cd988f7
serge
/
Dockerfile
nsarrazin
HF Staff
trying to fix permission again with a user
cd988f7
about 2 years ago
raw
Copy download link
history
blame
160 Bytes
FROM
ghcr.io/nsarrazin/serge:latest
RUN
useradd -m -u 1000 user
# Switch to the "user" user
USER
user
RUN
mkdir
-p /data/db
RUN
mkdir
-p /usr/src/app/weights