-
Notifications
You must be signed in to change notification settings - Fork 7
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
Python update, first update for ohw-spanish '24 intermediate workshop event #91
Conversation
The build fails (https://github.com/oceanhackweek/jupyter-image/actions/runs/11153335706/job/31000638781?pr=91#step:1:36). The error message is "Error: This request has been automatically failed because it uses a deprecated version of I didn't touch the github action workflows, and things obviously were working for OHW24 as recently as 5 weeks ago. All I'm doing in this PR is replacing the feature dependencies, mostly with fairly basic libraries. Plus removing I'll push a commit to this PR to update |
@abkfenris this being my first update to the images since OHW24, and since the changeover to pixi, could you review this PR? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that should work. Did you try make py-build py-lab
and see if you had the packages you wanted in Jupyterlab locally?
I'm still figuring out the best way to use features, so while we can also look at the old pixi.toml
features in git, we could also not include them in the environments if we wanted to keep them around, say if we recorded them more as tutorial type. Then per event we could toggle on/off different features based on the tutorials.
Thanks! I did use I also hesitated about removing the OHW24 features vs not including them in the default environment. But in the end I wanted to be extra sure. I'll go ahead and merge. Thanks again. |
Hmm, it looks like |
Ah. I was doing just |
Built images: ghcr.io/oceanhackweek/python:27d5f52 and ghcr.io/oceanhackweek/r:27d5f52 |
First update to one of the kernel images, for the OHW24-in-Spanish October event ("Intermediate workshop" -- tutorials only). For more info about the changes planned, see oceanhackweek/Hub-Management#6 and 2i2c-org/infrastructure#4883
Removes the OHW24 (mothership) pixi tutorial "feature" dependencies and adds new ones corresponding to the upcoming tutorials. Also removes
pixi-kernel
, so the other kernels don't show up in JupyterLab.