-
Notifications
You must be signed in to change notification settings - Fork 2
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
[DH-301] use this as the default image config, swiped from nature hub #11
Conversation
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.
The list of default packages is not necessarily complete, we should think about if we want/need anything else in there. I also suggested items to remove from environment.yaml, also shouldn't it be named environment.yml? not environment.yaml?
@shaneknapp this PR is missing some of the required packages that were listed in the other one. Can you make environment.yaml look like this?
|
unsure why it's not finding playwright?
|
@shaneknapp If I check this out and build locally, the issue seems to be environment.yaml vs environment.yml, immediately visible is python 3.10:
|
weird, thanks for the 2nd set of eyes.
…On Fri, Oct 4, 2024 at 4:29 PM felder ***@***.***> wrote:
@shaneknapp <https://github.com/shaneknapp> If I check this out and build
locally, the issue seems to be environment.yaml vs envrinoment.yml,
immediately visible is python 3.10:
(datahub-venv) Jonathans-2021-MacBook-Pro:hub-user-image-template felder$ jupyter-repo2docker --version
2024.07.0
(datahub-venv) Jonathans-2021-MacBook-Pro:hub-user-image-template felder$ git branch
main
* update-default-image-config
(datahub-venv) Jonathans-2021-MacBook-Pro:hub-user-image-template felder$ jupyter-repo2docker --user-id=1000 --user-name=jovyan --Repo2Docker.platform=linux/amd64 --target-repo-dir=/home/jovyan/.cache .
Picked Local content provider.
Using local repo ..
Python version unspecified, using current default Python version 3.10. This will change in the future.Building conda environment for python=3.10
Using PythonBuildPack builder
^C
(datahub-venv) Jonathans-2021-MacBook-Pro:hub-user-image-template felder$ mv environment.yaml environment.yml
(datahub-venv) Jonathans-2021-MacBook-Pro:hub-user-image-template felder$ jupyter-repo2docker --user-id=1000 --user-name=jovyan --Repo2Docker.platform=linux/amd64 --target-repo-dir=/home/jovyan/.cache .
Picked Local content provider.
Using local repo ..
Building conda environment for python=3.11
Using CondaBuildPack builder
...
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMIHLE7ENONH5IC44D3J4TZZ4QGTAVCNFSM6AAAAABNNE5QNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJUG44DMNBSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@shaneknapp I think we should standardize on extensions for the yaml files, I really don't think we should have some of them named .yaml and others .yml so if you want .yaml maybe file an upstream bug report? |
according to yaml.org (https://yaml.org/faq.html):
so this is definitely a bug in repo2docker. github actions, for instance, happily works w/either extension. i'll file a bug either this weekend or early next week. tbh, i would much prefer to use |
issue filed: jupyterhub/repo2docker#1373 |
@felder does this look good to merge? |
the latest git in conda-forge was recently bumped from 2.46.0 to 2.47.0, reflecting that here.
@shaneknapp yeah I guess so. I just bumped git and I suppose if anything is missing it's a simple matter to update it again. |
thanks @felder ! |
@felder