diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index c7f1496..f59b1fa 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -36,7 +36,7 @@ RUN python3.12 --version # Install Poetry ENV POETRY_HOME="/.poetry" -RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && ./poetry/bin/poetry --version +RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && /.poetry/bin/poetry --version RUN /.poetry/bin/poetry config virtualenvs.create false # Install dependencies