Skip to content

Commit

Permalink
Merge pull request rapidsai#12 from robertmaynard/bug/avoid_cmake_3.25.0
Browse files Browse the repository at this point in the history
Don't use CMake 3.25.0 as it has a FindCUDAToolkit show stopping bug
  • Loading branch information
stadlmax authored Nov 30, 2022
2 parents 2451c42 + 85905d8 commit a00ff13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN cd dgl && \
ENV USE_TORCH_ALLOC 1

RUN pip3 install torchmetrics
RUN conda install -y 'cmake>=3.23.1'
RUN conda install -y 'cmake>=3.23.1,!=3.25.0'

0 comments on commit a00ff13

Please sign in to comment.