Skip to content

Commit

Permalink
Update Dockerfile to release 10.2.4
Browse files Browse the repository at this point in the history
- update Khiops core version (KHIOPS_VERSION) to 10.2.4
- update Khiops Python version (KHIOPS_PYTHON_VERSION) to 10.2.4.0
  • Loading branch information
popescu-v committed Dec 19, 2024
1 parent e38b7df commit ee85ce9
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.3
ARG KHIOPS_PYTHON_VERSION=10.2.3.0
ARG KHIOPS_VERSION=10.2.4
ARG KHIOPS_PYTHON_VERSION=10.2.4.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 ee85ce9

Please sign in to comment.