mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-02 21:23:32 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python:latest
|
|
|
|
RUN pip install langchain
|