Commit 329a82d
Install bokeh and numpy in the Helm chart's scheduler and worker sample image (#561)
* Install numpy in dask gateway docker image
Numpy is not a requirement either of `dask` or `dask-gateway`, however, `dask.array` won't work without `numpy`
* Install bokeh and pandas in dask-gateway image
bokeh for the dashboard, pandas for dask.dataframe
* Explain why we install bokeh, numpy, pandas
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
* test image: include numpy but not pandas & link to supported test
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
Co-authored-by: Erik Sundell <erik@sundellopensource.se>1 parent e7b612a commit 329a82d
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
38 | 53 | | |
39 | 54 | | |
40 | 55 | | |
0 commit comments