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 13, 2024
1 parent 943d291 commit 7c9821a
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 @@ -18,8 +18,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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 7c9821a

Please sign in to comment.