-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inheriting from these images #187
Comments
Hi @arokem ;) I didn't realize the daskhub docs pointed to these images https://docs.dask.org/en/latest/setup/kubernetes-helm.html#matching-the-user-environment . @jacobtomlinson @TomAugspurger is there a dask image we can point to instead?
I don't think you want to do that because you'd get a bunch of geoscience-specific packages. But the base-image in this repository ( If you want to stick just with repo2docker for a single curated environment I recommend using https://github.com/jupyterhub/repo2docker-action. For daskhub in general I think the minimum requirement is the following libraries in your conda
NOTE the version dask-gateway in your conda environment needs to match up with the chart version you are using (scroll to the bottom of this page: https://helm.dask.org). But currently, daskhub=4.5.7 --> dask-gateway=0.9 --> dask=2021) |
Thanks @scottyhq ! Following your advice, I now have a repo that builds Next, I need to figure out how to get this into the daskhub. But that might be something to follow up on the dask helmchart repo, which I am currently studying. To answer one of your questions, it seems to me that the dask documentation rightfully points to these images, because the base-image is the one that is used in the helm chart: https://github.com/dask/helm-chart/blob/main/daskhub/values.yaml#L55. So, I think that I can close this issue, but feel free to reopen, if you think more discussion would be helpful. |
Raised dask/dask-docker#144 |
Hello! I am interested in setting up a daskhub (following these instruction). IIUC, to configure user environments for this case, I would have to inherit from one of the images provided here. My question is: there are some special considerations for how to do that? Even more specifically: if I wrote a Dockerfile that has:
At the top and then installed a bunch of my desired dependencies, could I build that with repo2docker? Because that would be nifty 😄
As always, thanks for leading the way here!
The text was updated successfully, but these errors were encountered: