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

unable to build workbench/Dockerfile.ubuntu2204 #613

Closed
adRn-s opened this issue Aug 8, 2023 · 2 comments · Fixed by #615
Closed

unable to build workbench/Dockerfile.ubuntu2204 #613

adRn-s opened this issue Aug 8, 2023 · 2 comments · Fixed by #615
Assignees
Labels
bug Something isn't working workbench Specific to workbench images

Comments

@adRn-s
Copy link

adRn-s commented Aug 8, 2023

At this moment (commit 7935496), I get an error building workbench/Dockerfile.ubuntu2204 , the offending line is this one

The error says: /opt/python/3.8.15/bin/python: No such file or directory

My fix, was to change the variable PYTHON_VERSION_JUPYTER to PYTHON_VERSION

@bschwedler
Copy link
Contributor

Thanks for reporting this!

It looks like the automation to update versions does not currently apply to PYTHON_VERSION_JUPYTER. We'll do a one-off fix for now and address this when we update the automation.

bschwedler added a commit that referenced this issue Aug 9, 2023
Closes #613

The current `just` automation to update python versions does not
currently apply to `PYTHON_VERSION_JUPYTER`.

This is a one-off fix until we address this fully in #590
bschwedler added a commit that referenced this issue Aug 9, 2023
Closes #613

The current `just` automation to update python versions does not
currently apply to `PYTHON_VERSION_JUPYTER`.

This is a one-off fix until we address this fully in #590
@ianpittwood
Copy link
Collaborator

I created a follow-up issue (#614) to this to remove the PYTHON_VERSION_JUPYTER variable entirely. It seems like it's not providing us value at this point, only bringing up the potential for problems like this. Thanks for the report!

bschwedler added a commit that referenced this issue Aug 9, 2023
Closes #613

The current `just` automation to update python versions does not
currently apply to `PYTHON_VERSION_JUPYTER`.

This is a one-off fix until we address this fully in #590
@bschwedler bschwedler added bug Something isn't working workbench Specific to workbench images labels Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working workbench Specific to workbench images
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants