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

Commit 2c368e1

Browse files
Merge pull request #31 from devpramod-intel/master
updated intelpython3_full dockerfile
2 parents d493b25 + 424cb37 commit 2c368e1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

configs/intelpython3_full/Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017, Intel Corporation
1+
# Copyright (c) 2023, Intel Corporation
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions are met:
@@ -23,13 +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:4.7.12
27-
MAINTAINER Robert Cohn <[email protected]>
26+
FROM continuumio/miniconda3
2827

29-
# This file is automatically generated from tpl.Dockerfile
30-
31-
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3228

3329
RUN conda config --add channels intel
34-
RUN conda install -y -q intelpython3_full=2021.4 python=3
30+
RUN conda install -y -q intelpython3_full=2023.1
3531
RUN conda clean --all

0 commit comments

Comments
 (0)