Skip to content

Commit

Permalink
no gcc?
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Mar 8, 2024
1 parent 34c45ea commit d5a40c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ COPY ./common_utils.sh common_utils.sh
RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements.txt

# Install gcc
ENV GCC_VERSION 9
COPY ./install_gcc.sh install_gcc.sh
RUN bash ./install_gcc.sh && rm install_gcc.sh
# ENV GCC_VERSION 9
# COPY ./install_gcc.sh install_gcc.sh
# RUN bash ./install_gcc.sh && rm install_gcc.sh

# Install cuda and cudnn
RUN wget -q https://raw.githubusercontent.com/pytorch/builder/main/install_cuda.sh -O install_cuda.sh
Expand Down

0 comments on commit d5a40c3

Please sign in to comment.