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

Commit a4bfc36

Browse files
lindtrscohn2
authored andcommitted
cleaned
1 parent 486662f commit a4bfc36

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

configs/intelpython2_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
3434
&& conda install -y -q intelpython2_core=2018.0.1 python=2 \
35-
&& conda clean --all && \
35+
&& conda clean --all \
3636
&& apt-get update -qqq \
3737
&& apt-get install -y -q g++ \
3838
&& apt-get autoremove

configs/intelpython2_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
3434
&& conda install -y -q intelpython2_full=2018.0.1 python=2 \
35-
&& conda clean --all && \
35+
&& conda clean --all \
3636
&& apt-get update -qqq \
3737
&& apt-get install -y -q g++ \
3838
&& apt-get autoremove

configs/intelpython3_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
3434
&& conda install -y -q intelpython3_core=2018.0.1 python=3 \
35-
&& conda clean --all && \
35+
&& conda clean --all \
3636
&& apt-get update -qqq \
3737
&& apt-get install -y -q g++ \
3838
&& apt-get autoremove

configs/intelpython3_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
3434
&& conda install -y -q intelpython3_full=2018.0.1 python=3 \
35-
&& conda clean --all && \
35+
&& conda clean --all \
3636
&& apt-get update -qqq \
3737
&& apt-get install -y -q g++ \
3838
&& apt-get autoremove

tpls/tpl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
3434
&& conda install {{install_args}} -y -q intelpython{{pyver}}_{{package}}={{update_number}}{{build_number}} python={{pyver}} \
35-
&& conda clean --all && \
35+
&& conda clean --all \
3636
&& apt-get update -qqq \
3737
&& apt-get install -y -q g++ \
3838
&& apt-get autoremove

0 commit comments

Comments
 (0)