Add base docker image and ci script for building and pushing (#10927)

This commit is contained in:
Nuno Campos
2023-10-02 15:07:57 +01:00
committed by GitHub
parent 3d859075d4
commit 32a8b311eb
3 changed files with 78 additions and 0 deletions

3
docker/Dockerfile.base Normal file
View File

@@ -0,0 +1,3 @@
FROM python:latest
RUN pip install langchain