Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osangni
/
gg
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
37fa5ce
gg
/
Dockerfile
osangni
Upload 16 files
37fa5ce
over 1 year ago
raw
Copy download link
history
blame
Safe
190 Bytes
FROM
mysterysd/wzmlx:latest
WORKDIR
/usr/src/app
RUN
chmod
777 /usr/src/app
COPY
requirements.txt .
RUN
pip3 install --no-cache-dir -r requirements.txt
COPY
. .
CMD
[
"bash"
,
"start.sh"
]