File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
configs/intelpython3_full Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
id : meta_full
27
27
uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
28
28
with :
29
- images : intelpython /intelpython3_full
29
+ images : intel /intelpython3_full
30
30
31
31
- name : Build and push Docker image for intelpython3_full
32
32
uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ FROM condaforge/mambaforge
27
27
28
28
RUN conda config --add channels https://software.repos.intel.com/python/conda
29
29
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
31
31
RUN conda clean --all
You can’t perform that action at this time.
0 commit comments