Skip to content

Commit

Permalink
use stable release for scheduler and worker
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Aug 9, 2022
1 parent 78d62d4 commit f268371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dask/kubernetes/specs/sched-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
restartPolicy: Never
containers:
- image: rapidsai/rapidsai-core-nightly:22.06-cuda11.5-runtime-ubuntu20.04-py3.9
- image: rapidsai/rapidsai-core:22.06-cuda11.5-runtime-ubuntu20.04-py3.9
imagePullPolicy: IfNotPresent
env:
- name: DISABLE_JUPYTER
Expand Down
5 changes: 2 additions & 3 deletions dask/kubernetes/specs/worker-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ metadata:
spec:
restartPolicy: Never
containers:
- image: rapidsai/rapidsai-core-nightly:22.06-cuda11.5-runtime-ubuntu20.04-py3.9
- image: rapidsai/rapidsai-core:22.06-cuda11.5-runtime-ubuntu20.04-py3.9
imagePullPolicy: IfNotPresent
env:
- name: DISABLE_JUPYTER
value: "true"
# args: [ dask-cuda-worker, $(DASK_SCHEDULER_ADDRESS), --rmm-managed-memory ]
args: ['sleep', '3600']
args: [ dask-cuda-worker, $(DASK_SCHEDULER_ADDRESS), --rmm-managed-memory ]
name: dask-cuda-worker
resources:
limits:
Expand Down

0 comments on commit f268371

Please sign in to comment.