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

Commit 7706e6c

Browse files
Remove g++ from Docker containers
1 parent 464c5d0 commit 7706e6c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

configs/intelpython3_core/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ RUN conda config --add channels intel\
3434
&& conda install -y -q intelpython3_core=2021.3 python=3 \
3535
&& conda clean --all \
3636
&& apt-get update -qqq \
37-
&& apt-get install -y -q g++ \
3837
&& apt-get autoremove

configs/intelpython3_full/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ RUN conda config --add channels intel\
3434
&& conda install -y -q intelpython3_full=2021.3 python=3 \
3535
&& conda clean --all \
3636
&& apt-get update -qqq \
37-
&& apt-get install -y -q g++ \
3837
&& apt-get autoremove

tpls/tpl.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ RUN conda config --add channels intel\
3434
&& conda install {{install_args}} -y -q intelpython{{pyver}}_{{package}}={{update_number}}{{build_number}} python={{pyver}} \
3535
&& conda clean --all \
3636
&& apt-get update -qqq \
37-
&& apt-get install -y -q g++ \
3837
&& apt-get autoremove
3938

0 commit comments

Comments
 (0)