File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ image:build:
5555 needs : []
5656 tags :
5757 - container-registry-push
58- # rules:
59- # - if: '$CI_PIPELINE_SOURCE == "schedule"'
60- # - if: '$CI_BUILD_IMAGES == "1"'
58+ rules :
59+ - if : ' $CI_PIPELINE_SOURCE == "schedule"'
60+ - if : ' $CI_BUILD_IMAGES == "1"'
6161 image :
6262 name : gcr.io/kaniko-project/executor:debug
6363 entrypoint : [ "" ]
Original file line number Diff line number Diff line change 1- FROM python:3.10
1+ FROM python:3.11
22LABEL Pierre Augier <pierre.augier@univ-grenoble-alpes.fr>
3+ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
34
45RUN apt-get update
56
@@ -60,5 +61,5 @@ COPY --chown=appuser:appuser doc/install/install_pfft.sh install_pfft.sh
6061RUN chmod +x install_pfft.sh
6162RUN ./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
You can’t perform that action at this time.
0 commit comments