Skip to content

Commit

Permalink
Correct the channel for cudf installation
Browse files Browse the repository at this point in the history
Signed-off-by: Firestarman <[email protected]>
  • Loading branch information
firestarman committed Sep 12, 2020
1 parent ed0c100 commit cd20285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Dockerfile.integration.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ENV PATH="/opt/conda/bin:${PATH}"
RUN conda --version

ARG CUDA_TOOLKIT_VER=10.1
RUN conda install -c rapidsai-nightly -c nvidia -c conda-forge \
RUN conda install -c rapidsai -c nvidia -c conda-forge \
-c defaults cudf=0.15 python=3.7 cudatoolkit=${CUDA_TOOLKIT_VER}

RUN conda install spacy && \
Expand Down

0 comments on commit cd20285

Please sign in to comment.