| 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 |
| 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 |