Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit f5f4e32

Browse files
Update to 2025.0.0 (py312)
1 parent a3368e3 commit f5f4e32

File tree

5 files changed

+4
-80
lines changed

5 files changed

+4
-80
lines changed

configs/intelpython3_core/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

configs/intelpython3_core/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

configs/intelpython3_core/docker-compose.test.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

configs/intelpython3_core/hooks/post_push

Lines changed: 0 additions & 7 deletions
This file was deleted.

configs/intelpython3_full/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

26-
FROM continuumio/miniconda3
26+
FROM condaforge/mambaforge
2727

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

0 commit comments

Comments
 (0)