mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-07 21:13:28 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python:latest
|
|
|
|
RUN pip install langchain
|