From d6c9bf200eed0887ab5c07e6a77f101955bdae72 Mon Sep 17 00:00:00 2001 From: Stefano Ortolani Date: Sat, 24 Aug 2024 14:19:53 +0100 Subject: [PATCH] Cleanup --- modules/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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/