Skip to content

Commit

Permalink
update python version 3.12.2 (#199)
Browse files Browse the repository at this point in the history
* update python version 3.12.2

* python version to 3.11.8
  • Loading branch information
ihiverlet authored Apr 9, 2024
1 parent aa1d359 commit b764108
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
context: python-minimal
test: true
base_image: base
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -43,8 +43,8 @@ jobs:
context: python-datascience
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -58,8 +58,8 @@ jobs:
context: python-pytorch
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -73,8 +73,8 @@ jobs:
context: python-tensorflow
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -118,8 +118,8 @@ jobs:
context: jupyter
test: true
base_image: python-datascience
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -133,8 +133,8 @@ jobs:
context: vscode
test: true
base_image: python-datascience
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -148,8 +148,8 @@ jobs:
context: spark
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
Expand All @@ -164,8 +164,8 @@ jobs:
context: jupyter
test: true
base_image: pyspark
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
Expand All @@ -180,8 +180,8 @@ jobs:
context: vscode
test: true
base_image: pyspark
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
spark_version: 3.5.1
branch: ${{ github.ref }}
secrets:
Expand All @@ -196,8 +196,8 @@ jobs:
context: jupyter
test: true
base_image: python-pytorch
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -211,8 +211,8 @@ jobs:
context: vscode
test: true
base_image: python-pytorch
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -226,8 +226,8 @@ jobs:
context: jupyter
test: true
base_image: python-tensorflow
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -241,8 +241,8 @@ jobs:
context: vscode
test: true
base_image: python-tensorflow
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
context: python-minimal
test: true
base_image: base
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
python-datascience:
needs: changes
Expand All @@ -87,8 +87,8 @@ jobs:
context: python-datascience
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
python-pytorch:
needs: changes
Expand All @@ -99,8 +99,8 @@ jobs:
context: python-pytorch
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
python-tensorflow:
needs: changes
Expand All @@ -111,8 +111,8 @@ jobs:
context: python-tensorflow
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
r-minimal:
needs: changes
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
context: spark
test: true
base_image: python-minimal
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
spark_version: 3.5.1
branch: ${{ github.ref }}
sparkr:
Expand Down Expand Up @@ -184,8 +184,8 @@ jobs:
context: jupyter
test: true
base_image: python-datascience
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
vscode-python:
needs: changes
Expand All @@ -196,8 +196,8 @@ jobs:
context: vscode
test: true
base_image: python-datascience
python_version_1: 3.11.6
python_version_2: 3.10.13
python_version_1: 3.12.2
python_version_2: 3.11.8
branch: ${{ github.ref }}
rstudio:
needs: changes
Expand Down
2 changes: 1 addition & 1 deletion python-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BASE_IMAGE

LABEL maintainer="InseeFrLab <[email protected]>"

ARG PYTHON_VERSION="3.11.6"
ARG PYTHON_VERSION="3.12.2"
ENV PYTHON_VERSION=${PYTHON_VERSION}

ENV MAMBA_DIR="/opt/mamba"
Expand Down

0 comments on commit b764108

Please sign in to comment.