Skip to content

Commit

Permalink
Extend cudf devcontainers to specify jitify2 kernel cache (#15068)
Browse files Browse the repository at this point in the history
This ensures that inside devcontainers, the helper clean commands will also remvoe the jitify2 cache as it is part of the build directory.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #15068
  • Loading branch information
robertmaynard authored Apr 16, 2024
1 parent f0be36b commit b9d9af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ ENV SCCACHE_REGION="us-east-2"
ENV SCCACHE_BUCKET="rapids-sccache-devs"
ENV VAULT_HOST="https://vault.ops.k8s.rapids.ai"
ENV HISTFILE="/home/coder/.cache/._bash_history"
ENV LIBCUDF_KERNEL_CACHE_PATH="/home/coder/cudf/cpp/build/${PYTHON_PACKAGE_MANAGER}/cuda-${CUDA_VERSION}/latest/jitify_cache"

0 comments on commit b9d9af1

Please sign in to comment.