Skip to content

Commit 0f4db08

Browse files
committed
update
1 parent faa93fa commit 0f4db08

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

.ci/docker/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ COPY ./common/install_conda.sh install_conda.sh
2626
COPY ./common/common_utils.sh common_utils.sh
2727
RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements.txt
2828

29-
# Install gcc
30-
# ENV GCC_VERSION 9
31-
# COPY ./install_gcc.sh install_gcc.sh
32-
# RUN bash ./install_gcc.sh && rm install_gcc.sh
33-
3429
# Install CUDNN
3530
ENV CUDNN_VERSION=8
3631
COPY ./common/install_cudnn.sh install_cudnn.sh

.ci/docker/common.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

.ci/docker/common/install_gcc.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)