This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
3333RUN 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
3333RUN 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
3333RUN 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
3333RUN 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232
3333RUN 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
You can’t perform that action at this time.
0 commit comments