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 04df7e8 commit 315ce46Copy full SHA for 315ce46
docker/Dockerfile
@@ -1,5 +1,6 @@
1
-FROM python:3.10
+FROM python:3.11
2
LABEL Pierre Augier <[email protected]>
3
+COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
4
5
RUN apt-get update
6
@@ -60,5 +61,5 @@ COPY --chown=appuser:appuser doc/install/install_pfft.sh install_pfft.sh
60
61
RUN chmod +x install_pfft.sh
62
RUN ./install_pfft.sh
63
-RUN python -m pip install --upgrade pip
64
-RUN python -m pip install --upgrade pdm nox
+RUN uv tool install pdm
65
+RUN uv tool install nox
0 commit comments