pull/137/head
Stefano Ortolani 2024-08-24 14:19:53 +01:00
parent e131f85e55
commit d6c9bf200e
1 changed files with 0 additions and 1 deletions

View File

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