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

Commit 14e429e

Browse files
committed
initial
1 parent fe007d8 commit 14e429e

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*~

idp2_core/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM continuumio/miniconda3:4.111
2+
3+
MAINTAINER Robert Cohn <[email protected]>
4+
5+
RUN conda config --add channels intel \
6+
&& conda create -n idp intelpython2_core=2017.0.0 python=2
7+
8+
ENV PATH /opt/conda/envs/idp/bin:$PATH

idp2_core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
intel python python2 image

idp3_core/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM continuumio/miniconda3:4.111
2+
3+
MAINTAINER Robert Cohn <[email protected]>
4+
5+
RUN conda config --add channels intel \
6+
&& conda create -n idp intelpython3_core=2017.0.0 python=3
7+
8+
ENV PATH /opt/conda/envs/idp/bin:$PATH

idp3_core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
intel python python2 image

0 commit comments

Comments
 (0)