Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jammss
/
Hjjbvv
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Hjjbvv
/
Dockerfile
jammss
Update Dockerfile
2a289b5
verified
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
181 Bytes
FROM
james00123/uff
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"
]