mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python:latest
|
|
|
|
RUN pip install langchain
|