Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
cowcow02
/
gen-ai-demo-3
like
0
Runtime error
App
Files
Files
Community
35bb368
gen-ai-demo-3
/
Dockerfile
cowcow02
Upload folder using huggingface_hub
51a6025
about 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
. .