Skip to content

Commit b3640bb

Browse files
authored
Test Conda env is active in notebook container
1 parent dc268dc commit b3640bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/container-canary/notebooks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ description: |
77
are expected to have.
88
documentation: https://github.com/rapidsai/docker
99
checks:
10+
- name: tst-conda-active
11+
description: test the conda environment is active
12+
probe:
13+
exec:
14+
command:
15+
- /bin/bash
16+
- -c
17+
- '[ "${CONDA_EXE+x}" ];'
1018
- name: env-dask-cuda
1119
description: dask-labextension is configured to use dask-cuda by default via environment variables
1220
probe:

0 commit comments

Comments
 (0)