Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
smishr-18
/
Nutrition-Facts-Based-LLM
like
0
Runtime error
App
Files
Files
Community
fd2c31d
Nutrition-Facts-Based-LLM
/
Dockerfile
smishr-18
Upload 4 files
fd2c31d
about 1 year ago
raw
Copy download link
history
blame
184 Bytes
FROM
tesseractshadow/tesseract4re
WORKDIR
/code
COPY
. /code
RUN
pip install -r requirements.txt
CMD
[
"streamlit"
,
"run"
,
"app.py"
,
"--host"
,
"0.0.0.0"
,
"--server.port"
,
"7860"
]