diff --git a/modules/Dockerfile b/modules/Dockerfile index 017935d..4800b7c 100644 --- a/modules/Dockerfile +++ b/modules/Dockerfile @@ -33,7 +33,6 @@ EOF RUN pip install poetry RUN sed -i "s/^python = .*/python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml RUN poetry lock - # RUN poetry install --with unstable RUN poetry self add poetry-plugin-export RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt RUN pip wheel -r requirements.txt --no-cache-dir -w /wheels/