Skip to content

Commit e6c0428

Browse files
committed
Retrieve khiops-core from conda-forge in the Docker images
1 parent 111e8ed commit e6c0428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/docker/khiopspydev/Dockerfile.rocky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN true \
7878
do \
7979
$CONDA create -y -n $CONDA_ENV python=${version}; \
8080
done; \
81-
$CONDA install -y -n py${version}_conda -c khiops-dev khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
81+
$CONDA install -y -n py${version}_conda khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
8282
done' \
8383
&& true
8484

packaging/docker/khiopspydev/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN true \
5252
$CONDA create -y -n $CONDA_ENV python=${version}; \
5353
done; \
5454
# khiops core \
55-
$CONDA install -y -n py${version}_conda -c khiops-dev khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
55+
$CONDA install -y -n py${version}_conda khiops-core=$(echo ${KHIOPS_REVISION} | tr -d "-") ; \
5656
# remote files drivers installed in the conda environment \
5757
$CONDA install -y -n py${version}_conda -c khiops \
5858
khiops-driver-s3=${KHIOPS_S3_DRIVER_REVISION} \

0 commit comments

Comments
 (0)