Langflow / Dockerfile
fucn569's picture
Update Dockerfile
02b90aa verified
Raw
History Blame Contribute Delete
208 Bytes
FROM langflowai/langflow:latest
COPY requirements.txt /tmp/requirements.txt
RUN /app/.venv/bin/python -m ensurepip --upgrade
RUN /app/.venv/bin/python -m pip install --no-cache-dir -r /tmp/requirements.txt