Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cowcow02
/
gen-ai-demo-health-center-2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
094b890
gen-ai-demo-health-center-2
/
Dockerfile
cowcow02
Upload folder using huggingface_hub
158d1e2
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
. .