diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index d51381b..1c851ee 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -37,6 +37,7 @@ RUN python3.12 --version # Install Poetry RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - +ENV PATH="$HOME/.local/bin:$PATH" RUN poetry config virtualenvs.create false # Install dependencies