Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cowcow02
/
gen-ai-demo-5
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
56de25c
gen-ai-demo-5
/
Dockerfile
cowcow02
Upload folder using huggingface_hub
56de25c
over 1 year ago
raw
Copy download link
history
blame
Safe
117 Bytes
FROM
python:
3.8
WORKDIR
/app/
COPY
requirements.txt .
RUN
pip install --no-cache-dir -r requirements.txt
COPY
. .