Skip to content

Commit d6c9bf2

Browse files
committed
Cleanup
1 parent e131f85 commit d6c9bf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ EOF
3333
RUN pip install poetry
3434
RUN sed -i "s/^python = .*/python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml
3535
RUN poetry lock
36-
# RUN poetry install --with unstable
3736
RUN poetry self add poetry-plugin-export
3837
RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt
3938
RUN pip wheel -r requirements.txt --no-cache-dir -w /wheels/

0 commit comments

Comments
 (0)