Skip to content

Commit

Permalink
bump rapids-version (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid authored Jan 12, 2023
1 parent 10b74dc commit deeca92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/tools/kubernetes/dask-helm-chart/rapids-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
scheduler:
image:
repository: "rapidsai/rapidsai-core"
tag: "22.06-cuda11.5-runtime-ubuntu20.04-py3.9"
tag: "22.12-cuda11.5-runtime-ubuntu20.04-py3.9"
env:
- name: DISABLE_JUPYTER
value: "true"

worker:
image:
repository: "rapidsai/rapidsai-core"
tag: "22.06-cuda11.5-runtime-ubuntu20.04-py3.9"
tag: "22.12-cuda11.5-runtime-ubuntu20.04-py3.9"
dask_worker: "dask_cuda_worker"
replicas: 3
env:
Expand All @@ -23,7 +23,7 @@ worker:
jupyter:
image:
repository: "rapidsai/rapidsai-core"
tag: "22.06-cuda11.5-runtime-ubuntu20.04-py3.9"
tag: "22.12-cuda11.5-runtime-ubuntu20.04-py3.9"
servicePort: 8888
# Default password hash for "rapids"
password: "argon2:$argon2id$v=19$m=10240,t=10,p=8$TBbhubLuX7efZGRKQqIWtw$RG+jCBB2KYF2VQzxkhMNvHNyJU9MzNGTm2Eu2/f7Qpc"
Expand Down

0 comments on commit deeca92

Please sign in to comment.