We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa93fa commit 0f4db08Copy full SHA for 0f4db08
.ci/docker/Dockerfile
@@ -26,11 +26,6 @@ COPY ./common/install_conda.sh install_conda.sh
26
COPY ./common/common_utils.sh common_utils.sh
27
RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements.txt
28
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
-
34
# Install CUDNN
35
ENV CUDNN_VERSION=8
36
COPY ./common/install_cudnn.sh install_cudnn.sh
.ci/docker/common.sh
.ci/docker/common/install_gcc.sh
0 commit comments