Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 388 Bytes

File metadata and controls

14 lines (9 loc) · 388 Bytes

Lambda layers

Python

  • Find your docker image here (choose your python version)
docker pull public.ecr.aws/sam/build-python3.10:1.84.0-20230517004040
docker run -it -v $(pwd):/var/task public.ecr.aws/sam/build-python3.10:1.84.0-20230517004040

pip install langchain openai tiktoken -t ./python
zip -r python.zip ./python