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

Commit 0075c35

Browse files
committed
2017.0.1-1
1 parent 03cc6b3 commit 0075c35

File tree

14 files changed

+26
-24
lines changed

14 files changed

+26
-24
lines changed

configs/intelpython2_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
66
ENV ACCEPT_INTEL_PYTHON_EULA=yes
77

88
RUN conda config --add channels intel \
9-
&& conda install -y -q intelpython2_core=2017.0.0=2 python=2
9+
&& conda install -y -q intelpython2_core=2017.0.1=1 python=2

configs/intelpython2_core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-
22

33
Tags:
44

5-
* 2017.0.1, latest
6-
* 2017.0.0
5+
* 2017.0.1-1, 2017.0.1, latest
6+
* 2017.0.0-2, 2017.0.0
77

88
There is 1 image for every install configuration.
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

3-
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
4-
docker push $DOCKER_REPO:2017.0.0
3+
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
4+
docker push $DOCKER_REPO:2017.0.1
55

66
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
77
docker push $DOCKER_REPO:latest

configs/intelpython2_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
66
ENV ACCEPT_INTEL_PYTHON_EULA=yes
77

88
RUN conda config --add channels intel \
9-
&& conda install -y -q intelpython2_full=2017.0.0=2 python=2
9+
&& conda install -y -q intelpython2_full=2017.0.1=1 python=2

configs/intelpython2_full/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-
22

33
Tags:
44

5-
* 2017.0.1, latest
6-
* 2017.0.0
5+
* 2017.0.1-1, 2017.0.1, latest
6+
* 2017.0.0-2, 2017.0.0
77

88
There is 1 image for every install configuration.
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

3-
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
4-
docker push $DOCKER_REPO:2017.0.0
3+
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
4+
docker push $DOCKER_REPO:2017.0.1
55

66
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
77
docker push $DOCKER_REPO:latest

configs/intelpython3_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
66
ENV ACCEPT_INTEL_PYTHON_EULA=yes
77

88
RUN conda config --add channels intel \
9-
&& conda install -y -q intelpython3_core=2017.0.0=2 python=3
9+
&& conda install -y -q intelpython3_core=2017.0.1=1 python=3

configs/intelpython3_core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-
22

33
Tags:
44

5-
* 2017.0.1, latest
6-
* 2017.0.0
5+
* 2017.0.1-1, 2017.0.1, latest
6+
* 2017.0.0-2, 2017.0.0
77

88
There is 1 image for every install configuration.
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

3-
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
4-
docker push $DOCKER_REPO:2017.0.0
3+
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
4+
docker push $DOCKER_REPO:2017.0.1
55

66
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
77
docker push $DOCKER_REPO:latest

configs/intelpython3_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
66
ENV ACCEPT_INTEL_PYTHON_EULA=yes
77

88
RUN conda config --add channels intel \
9-
&& conda install -y -q intelpython3_full=2017.0.0=2 python=3
9+
&& conda install -y -q intelpython3_full=2017.0.1=1 python=3

0 commit comments

Comments
 (0)