Skip to content

Commit d9639bf

Browse files
Update to 2025.0.0 (py311)
1 parent 3ecc754 commit d9639bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: meta_full
2727
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
2828
with:
29-
images: intelpython/intelpython3_full
29+
images: intel/intelpython3_full
3030

3131
- name: Build and push Docker image for intelpython3_full
3232
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc

configs/intelpython3_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ FROM condaforge/mambaforge
2727

2828
RUN conda config --add channels https://software.repos.intel.com/python/conda
2929
RUN conda config --add channels conda-forge
30-
RUN conda install -y -q intelpython3_full=2025.0 python=3.12
30+
RUN conda install -y -q intelpython3_full=2025.0 python=3.11
3131
RUN conda clean --all

0 commit comments

Comments
 (0)