Langflow / Dockerfile
olipericles's picture
Flows e Componentes adicionados
9451de7
raw
history blame contribute delete
286 Bytes
FROM langflowai/langflow:latest
ENV LANGCHAIN_TRACING_V2=true
ENV LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
ENV LANGCHAIN_API_KEY="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"
ENV LANGCHAIN_PROJECT="D4-Langflow"
RUN pip install semantic-router==0.0.61 httpx==0.24.1