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

Commit dff42cd

Browse files
Debug build issues in GitHub CI
1 parent e04a4d6 commit dff42cd

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

configs/intelpython3_core/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ MAINTAINER Robert Cohn <[email protected]>
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

33-
RUN conda config --add channels intel\
34-
&& conda install -y -q intelpython3_core=2021.3 python=3 \
35-
&& conda clean --all \
36-
&& apt-get update -qqq \
37-
&& apt-get autoremove
33+
RUN conda config --add channels intel
34+
RUN conda install -y -q intelpython3_core=2021.3 python=3
35+
RUN conda clean --all

configs/intelpython3_core/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ Tags:
3030
* 2017.0.3-0
3131
* 2017.0.2-0, 2017.0.2
3232
* 2017.0.1-1, 2017.0.1
33-
* 2017.0.0-2, 2017.0.0
33+
* 2017.0.0-2, 2017.0.0
34+
35+
LEGAL NOTICE: By accessing, downloading or using this software and any required dependent software (the "Software Package"), you agree to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party software included with the Software Package. Please refer to the "third-party-programs.txt" or other similarly-named text file for additional details.

configs/intelpython3_full/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ MAINTAINER Robert Cohn <[email protected]>
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

33-
RUN conda config --add channels intel\
34-
&& conda install -y -q intelpython3_full=2021.3 python=3 \
35-
&& conda clean --all \
36-
&& apt-get update -qqq \
37-
&& apt-get autoremove
33+
RUN conda config --add channels intel
34+
RUN conda install -y -q intelpython3_full=2021.3 python=3
35+
RUN conda clean --all

configs/intelpython3_full/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ Tags:
3030
* 2017.0.3-0
3131
* 2017.0.2-0, 2017.0.2
3232
* 2017.0.1-1, 2017.0.1
33-
* 2017.0.0-2, 2017.0.0
33+
* 2017.0.0-2, 2017.0.0
34+
35+
LEGAL NOTICE: By accessing, downloading or using this software and any required dependent software (the "Software Package"), you agree to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party software included with the Software Package. Please refer to the "third-party-programs.txt" or other similarly-named text file for additional details.

tpls/tpl.Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ MAINTAINER Robert Cohn <[email protected]>
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

33-
RUN conda config --add channels intel\
34-
&& conda install {{install_args}} -y -q intelpython{{pyver}}_{{package}}={{update_number}}{{build_number}} python={{pyver}} \
35-
&& conda clean --all \
36-
&& apt-get update -qqq \
37-
&& apt-get autoremove
33+
RUN conda config --add channels intel
34+
RUN conda install {{install_args}} -y -q intelpython{{pyver}}_{{package}}={{update_number}}{{build_number}} python={{pyver}}
35+
RUN conda clean --all
3836

0 commit comments

Comments
 (0)