This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 16 files changed +254
-60
lines changed
Expand file tree Collapse file tree 16 files changed +254
-60
lines changed Original file line number Diff line number Diff line change 3030
3131ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
33- RUN conda config --add channels intel \
34- && conda install -y -q intelpython2_core=2017 .0.3=3 python=2 \
33+ RUN conda config --add channels intel\
34+ && conda install -c intel/label/test - y -q intelpython2_core=2018 .0.0 python=2 \
3535 && apt-get update -qqq \
3636 && apt-get install -y -q g++
Original file line number Diff line number Diff line change 11Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
22
3+ The image defaults to starting with a bash shell. Intel Python is on the path. There is 1 image for every install configuration.
4+
5+ Images:
6+
7+ * intelpython2_core
8+ * intelpython2_full
9+ * intelpython3_core
10+ * intelpython3_full
11+
12+ You usually want the 'latest' tag, but the docker image tag can be used to request a specific package. For example:
13+
14+ docker pull intelpython2_core:2017.0.3-1
15+
16+ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
17+
318Tags:
419
20+ * 2018.0.0-0, 2018.0.0, latest
521* 2017.0.3-3, 2017.0.3, latest
622* 2017.0.3-1
723* 2017.0.3-0
824* 2017.0.2-0, 2017.0.2
925* 2017.0.1-1, 2017.0.1
1026* 2017.0.0-2, 2017.0.0
1127
12- There is 1 image for every install configuration.
13-
14- Images:
15-
16- * intelpython2_core
17- * intelpython2_full
18- * intelpython3_core
19- * intelpython3_full
2028
21- The image defaults to starting with a bash shell. Intel Python is on the path.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :2017 .0.3
4- docker push $DOCKER_REPO :2017 .0.3
3+ docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :2018 .0.0
4+ docker push $DOCKER_REPO :2018 .0.0
55
66docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :latest
77docker push $DOCKER_REPO :latest
Original file line number Diff line number Diff line change 3030
3131ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
33- RUN conda config --add channels intel \
34- && conda install -y -q intelpython2_full=2017 .0.3=1 python=2 \
33+ RUN conda config --add channels intel\
34+ && conda install -c intel/label/test - y -q intelpython2_full=2018 .0.0 python=2 \
3535 && apt-get update -qqq \
3636 && apt-get install -y -q g++
Original file line number Diff line number Diff line change 11Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
22
3+ The image defaults to starting with a bash shell. Intel Python is on the path. There is 1 image for every install configuration.
4+
5+ Images:
6+
7+ * intelpython2_core
8+ * intelpython2_full
9+ * intelpython3_core
10+ * intelpython3_full
11+
12+ You usually want the 'latest' tag, but the docker image tag can be used to request a specific package. For example:
13+
14+ docker pull intelpython2_core:2017.0.3-1
15+
16+ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
17+
318Tags:
419
20+ * 2018.0.0-0, 2018.0.0, latest
521* 2017.0.3-3, 2017.0.3, latest
622* 2017.0.3-1
723* 2017.0.3-0
824* 2017.0.2-0, 2017.0.2
925* 2017.0.1-1, 2017.0.1
1026* 2017.0.0-2, 2017.0.0
1127
12- There is 1 image for every install configuration.
13-
14- Images:
15-
16- * intelpython2_core
17- * intelpython2_full
18- * intelpython3_core
19- * intelpython3_full
2028
21- The image defaults to starting with a bash shell. Intel Python is on the path.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :2017 .0.3
4- docker push $DOCKER_REPO :2017 .0.3
3+ docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :2018 .0.0
4+ docker push $DOCKER_REPO :2018 .0.0
55
66docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :latest
77docker push $DOCKER_REPO :latest
Original file line number Diff line number Diff line change 3030
3131ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
33- RUN conda config --add channels intel \
34- && conda install -y -q intelpython3_core=2017 .0.3=3 python=3 \
33+ RUN conda config --add channels intel\
34+ && conda install -c intel/label/test - y -q intelpython3_core=2018 .0.0 python=3 \
3535 && apt-get update -qqq \
3636 && apt-get install -y -q g++
Original file line number Diff line number Diff line change 11Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
22
3+ The image defaults to starting with a bash shell. Intel Python is on the path. There is 1 image for every install configuration.
4+
5+ Images:
6+
7+ * intelpython2_core
8+ * intelpython2_full
9+ * intelpython3_core
10+ * intelpython3_full
11+
12+ You usually want the 'latest' tag, but the docker image tag can be used to request a specific package. For example:
13+
14+ docker pull intelpython2_core:2017.0.3-1
15+
16+ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
17+
318Tags:
419
20+ * 2018.0.0-0, 2018.0.0, latest
521* 2017.0.3-3, 2017.0.3, latest
622* 2017.0.3-1
723* 2017.0.3-0
824* 2017.0.2-0, 2017.0.2
925* 2017.0.1-1, 2017.0.1
1026* 2017.0.0-2, 2017.0.0
1127
12- There is 1 image for every install configuration.
13-
14- Images:
15-
16- * intelpython2_core
17- * intelpython2_full
18- * intelpython3_core
19- * intelpython3_full
2028
21- The image defaults to starting with a bash shell. Intel Python is on the path.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :2017 .0.3
4- docker push $DOCKER_REPO :2017 .0.3
3+ docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :2018 .0.0
4+ docker push $DOCKER_REPO :2018 .0.0
55
66docker tag $DOCKER_REPO :$DOCKER_TAG $DOCKER_REPO :latest
77docker push $DOCKER_REPO :latest
Original file line number Diff line number Diff line change 3030
3131ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
33- RUN conda config --add channels intel \
34- && conda install -y -q intelpython3_full=2017 .0.3=1 python=3 \
33+ RUN conda config --add channels intel\
34+ && conda install -c intel/label/test - y -q intelpython3_full=2018 .0.0 python=3 \
3535 && apt-get update -qqq \
3636 && apt-get install -y -q g++
You can’t perform that action at this time.
0 commit comments