From 432d595bc6c15317b55ad9bef57b85475c1edd4b Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Mon, 24 Oct 2022 11:45:51 -0700 Subject: [PATCH] Update cugraph_nightly_torch.Dockerfile --- cugraph_nightly_torch.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cugraph_nightly_torch.Dockerfile b/cugraph_nightly_torch.Dockerfile index 7957689..20dcaf3 100644 --- a/cugraph_nightly_torch.Dockerfile +++ b/cugraph_nightly_torch.Dockerfile @@ -18,7 +18,7 @@ RUN gpuci_mamba_retry install -y -c pytorch -c rapidsai-nightly -c rapidsai -c n cugraph=$RAPIDS_VER \ dask-cudf=$RAPIDS_VER \ dask-cuda=$RAPIDS_VER \ - pylibcugraphops=$RAPIDS_VER \ + pylibcugraphops=22.10 \ pytorch=$PYTORCH_VER \ python=$PYTHON_VER \ setuptools \