Skip to content

Commit

Permalink
Update Dockerfile to release 10.2.3
Browse files Browse the repository at this point in the history
- update Khiops core version (KHIOPS_VERSION) to 10.2.3
- update Khiops Python version (KHIOPS_PYTHON_VERSION) to 10.2.3.0
  • Loading branch information
popescu-v committed Nov 18, 2024
1 parent 67243b0 commit 43c47a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ LABEL maintainer="Khiops Team <[email protected]>"
# Switch to ROOT for installation
USER root
ARG KHIOPS_CORE_PACKAGE_NAME=khiops-core-openmpi
ARG KHIOPS_VERSION=10.2.2
ARG KHIOPS_PYTHON_VERSION=10.2.2.4
ARG KHIOPS_VERSION=10.2.3
ARG KHIOPS_PYTHON_VERSION=10.2.3.0
ARG GCS_DRIVER_VERSION=0.0.1
ARG GCS_DRIVER_RC_EXT=-rc1
ARG S3_DRIVER_VERSION=0.0.1
Expand Down

0 comments on commit 43c47a4

Please sign in to comment.