-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[BUG] - conda error while building base-notebook #1810
Comments
|
Also, this issue is not specific to Docker stacks and should probably be asked in the upstream mamba project. |
With the command
I am using the base notebook Docker file: https://github.com/jupyter/docker-stacks/blob/main/base-notebook/Dockerfile I'll try to upload the file to modify it, but I'm surprised you don't have the same problem. Regards |
FWIW we did a new Miniforge release a couple days ago, which has the new https://github.com/conda-forge/miniforge/releases/tag/22.9.0-0 |
@jakirkham |
Yeah was poking around and noticed that. Maybe it is worth asking for a new micromamba release? |
@jakirkham was this issue fixed since the last release or why do you think this will help? |
That is my understanding, yes. We've done updates in other places in conda-forge to pickup new Perhaps another option is just to grab Edit: Updated link to latest version of script with latest |
@charlesbluca, if you have bandwidth, would you be able to try a PR to Jupyter docker-stacks with the suggestion for upgrading |
What docker image(s) are you using?
base-notebook
OS system and architecture running docker image
Debian bulseye
What Docker command are you running?
docker build --build-arg PYTHON_VERSION=3.8 -t base-notebook:3.8 https://github.com/jupyter/docker-stacks.git#main:base-notebook --no-cache
How to Reproduce the problem?
I used to build the the base-notebook image like this:
docker build --build-arg PYTHON_VERSION=3.8 -t base-notebook:3.8 https://github.com/jupyter/docker-stacks.git#main:base-notebook --no-cache
For some time this command ended with an error.
Command output
Expected behavior
The build succed.
Actual behavior
The build finish in error
Anything else?
Regards
The text was updated successfully, but these errors were encountered: