Skip to content
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

#290 Regression causing notebook builds to fail to function #332

Open
ryanolee opened this issue Nov 16, 2024 · 0 comments
Open

#290 Regression causing notebook builds to fail to function #332

ryanolee opened this issue Nov 16, 2024 · 0 comments

Comments

@ryanolee
Copy link

What

#290 Causes a regression in trying to run the notebook docker container. Given the execution fails to run in shell mode.

How

Given the dask notebook fails to start due to single quotes being used in the exec format. Has not cropped up as a problem yet due to latest build version being behind this change.

Minimal Complete Verifiable Example:

docker build --build-arg PYTHON_VERSION="3.12"  --tag notebook/docker-stacks-foundation:lab https://github.com/jupyter/docker-stacks.git\#main:images/docker-stacks-foundation && docker build --build-arg base="notebook" --build-arg release="2024.9.1" --build-arg py_version="3.12" --tag nb-test ./notebook && docker run --rm nb-test

Anything else we need to know?:
Note that reverting the PR fixes this issue

Environment:

  • Dask version: N/a
  • Python version: N/a
  • Operating System: Ubuntu 24.04
  • Install method (conda, pip, source): Docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant