-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]> | |
ENV ACCEPT_INTEL_PYTHON_EULA=yes | ||
|
||
RUN conda config --add channels intel \ | ||
&& conda install -y -q intelpython2_core=2017.0.0=2 python=2 | ||
&& conda install -y -q intelpython2_core=2017.0.1=1 python=2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/bash | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0 | ||
docker push $DOCKER_REPO:2017.0.0 | ||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1 | ||
docker push $DOCKER_REPO:2017.0.1 | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest | ||
docker push $DOCKER_REPO:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]> | |
ENV ACCEPT_INTEL_PYTHON_EULA=yes | ||
|
||
RUN conda config --add channels intel \ | ||
&& conda install -y -q intelpython2_full=2017.0.0=2 python=2 | ||
&& conda install -y -q intelpython2_full=2017.0.1=1 python=2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/bash | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0 | ||
docker push $DOCKER_REPO:2017.0.0 | ||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1 | ||
docker push $DOCKER_REPO:2017.0.1 | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest | ||
docker push $DOCKER_REPO:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]> | |
ENV ACCEPT_INTEL_PYTHON_EULA=yes | ||
|
||
RUN conda config --add channels intel \ | ||
&& conda install -y -q intelpython3_core=2017.0.0=2 python=3 | ||
&& conda install -y -q intelpython3_core=2017.0.1=1 python=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/bash | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0 | ||
docker push $DOCKER_REPO:2017.0.0 | ||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1 | ||
docker push $DOCKER_REPO:2017.0.1 | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest | ||
docker push $DOCKER_REPO:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]> | |
ENV ACCEPT_INTEL_PYTHON_EULA=yes | ||
|
||
RUN conda config --add channels intel \ | ||
&& conda install -y -q intelpython3_full=2017.0.0=2 python=3 | ||
&& conda install -y -q intelpython3_full=2017.0.1=1 python=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/bash | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0 | ||
docker push $DOCKER_REPO:2017.0.0 | ||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1 | ||
docker push $DOCKER_REPO:2017.0.1 | ||
|
||
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest | ||
docker push $DOCKER_REPO:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters