We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e131f85 commit d6c9bf2Copy full SHA for d6c9bf2
modules/Dockerfile
@@ -33,7 +33,6 @@ EOF
33
RUN pip install poetry
34
RUN sed -i "s/^python = .*/python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml
35
RUN poetry lock
36
- # RUN poetry install --with unstable
37
RUN poetry self add poetry-plugin-export
38
RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt
39
RUN pip wheel -r requirements.txt --no-cache-dir -w /wheels/
0 commit comments