Skip to content

Commit

Permalink
add poetry plugin to support exports
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Jan 8, 2025
1 parent 8eb6029 commit 2d1caa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG EIDOLON_VERSION=latest
FROM python:3.11-slim AS builder
RUN pip install poetry
RUN poetry config virtualenvs.create false --local
RUN poetry self add poetry-plugin-export
COPY pyproject.toml pyproject.toml
RUN poetry remove --lock eidolon-ai-sdk
COPY components/ components/
Expand Down

0 comments on commit 2d1caa0

Please sign in to comment.