Skip to content

Commit

Permalink
Remove explicit conda install cmake
Browse files Browse the repository at this point in the history
As it's already done as part of `common/install_conda.sh` script
  • Loading branch information
malfet committed Aug 12, 2023
1 parent 8715349 commit 912957a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libtorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ENV CUDA_HOME /usr/local/cuda
FROM base as conda
ADD ./common/install_conda.sh install_conda.sh
RUN bash ./install_conda.sh && rm install_conda.sh
RUN /opt/conda/bin/conda install -y cmake=3.18

FROM cuda as cuda11.8
RUN bash ./install_cuda.sh 11.8
Expand Down

0 comments on commit 912957a

Please sign in to comment.