Skip to content

Commit

Permalink
Update to 2025.0.0 (py311)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresGuzman-Ballen committed Oct 30, 2024
1 parent 3ecc754 commit d9639bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: meta_full
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: intelpython/intelpython3_full
images: intel/intelpython3_full

- name: Build and push Docker image for intelpython3_full
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down
2 changes: 1 addition & 1 deletion configs/intelpython3_full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ FROM condaforge/mambaforge

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

0 comments on commit d9639bf

Please sign in to comment.