mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-30 03:28:40 +00:00
4 lines
44 B
Docker
4 lines
44 B
Docker
FROM python:3.11
|
|
|
|
RUN pip install langchain
|