Scott Henderson
Scott Henderson
> There's been some interest from 2i2c and the folks at NASA IMPACT/VEDA to put some effort into this, and we can rope you into the discussion if you're interested...
> For my current project, Are you using a pangeo jupyterhub? > Is it possible to have these libraries added to the base pytorch image? Feel free to open a...
We ran a hub this summer that had both Python and Rstudio (installed via conda-forge) https://github.com/RPVote/jhub-rstudio. The image size was gigantic, and while people did jump back and forth between...
thanks for opening this @hillsonghimire could you please add some information about how you're using `opencv`? It has complex dependencies and increases the image sizes by quite a lot: ```...
Thanks @lsterzinger , let's wait on a pull request because i think there might be a few approaches. Ideally, the reported dashboard url would be functional for *both* a LocalCluster...
@consideRatio @ian-r-rose there seem to be a lot of related issues discussed over in the dask-labextension repository (e.g. https://github.com/dask/dask-labextension/issues/41) but i'm not tacking down a relevant `per-cluster` config for the...
Could also utilize some newer github actions, such as: 1. Docker images with Buildx https://github.com/docker/build-push-action 2. Or as a Docker alternative build and push with podman to quay.io https://github.com/redhat-actions/push-to-registry
copying some discussion from #282 The miniforge version is currently specified in a couple places, because of how we generate a lockfile for every PR via github actions. https://github.com/pangeo-data/pangeo-docker-images/blob/9b282f51eb52000dfba40f8aad972532fba5e07f/.github/workflows/CondaLock.yml#L37-L44 I...
> Why is it using Python 3.1, is there some Python 3.10 bug somewhere? Good catch, that is an unrelated bug that seems to have been happening since we started...
> If this has been considered already and the decision has been to leave dask-cloudprovider out of the Pangeo images because the images are meant to be more about compute...