Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Langflow/Langflow
JCMS
/
Langflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
559fdf4
Langflow
/
Dockerfile
GabrielLogspace
Update Dockerfile
559fdf4
almost 2 years ago
raw
Copy download link
history
blame
Safe
169 Bytes
FROM
python:3.10-slim
RUN
apt-
get
update && apt-
get
install gcc git make -y
RUN
pip install langflow>=0.0.46 -U
CMD [
"langflow"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"7860"
]