Skip to content

Commit

Permalink
added osbot-prefect to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 11, 2024
1 parent 270adb2 commit ac5b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/osbot-llms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12-slim

RUN pip install mangum uvicorn httpx openai numpy
RUN pip install osbot-aws osbot-fast-api
RUN pip install osbot-aws osbot-fast-api osbot-prefect

COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.4 /lambda-adapter /opt/extensions/lambda-adapter

Expand Down

0 comments on commit ac5b517

Please sign in to comment.