Skip to content

Commit 315ce46

Browse files
committed
docker: python 3.11 and uv
1 parent 04df7e8 commit 315ce46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM python:3.10
1+
FROM python:3.11
22
LABEL Pierre Augier <[email protected]>
3+
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
34

45
RUN apt-get update
56

@@ -60,5 +61,5 @@ COPY --chown=appuser:appuser doc/install/install_pfft.sh install_pfft.sh
6061
RUN chmod +x install_pfft.sh
6162
RUN ./install_pfft.sh
6263

63-
RUN python -m pip install --upgrade pip
64-
RUN python -m pip install --upgrade pdm nox
64+
RUN uv tool install pdm
65+
RUN uv tool install nox

0 commit comments

Comments
 (0)