mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-20 03:55:51 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python:latest
|
|
|
|
RUN pip install langchain
|