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

Not able to run environment with the latest version of Docker #227

Open
pierrepo opened this issue Jul 22, 2024 · 5 comments
Open

Not able to run environment with the latest version of Docker #227

pierrepo opened this issue Jul 22, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@pierrepo
Copy link
Contributor

Upgrading Docker from 24.0.5 to 27.1.0 led to the following error message while trying to run an environment:

image

According to this forum, this might be due to the way docker compose should be called from within ansible.

@pierrepo pierrepo changed the title Enable to run environments with latest version of Docker Enable to run environment with the latest version of Docker Jul 22, 2024
@pierrepo
Copy link
Contributor Author

@jtpio do you have any idea how to fix this issue?

@pierrepo pierrepo added the bug Something isn't working label Jul 22, 2024
@pierrepo pierrepo changed the title Enable to run environment with the latest version of Docker Not able to run environment with the latest version of Docker Jul 22, 2024
@jtpio
Copy link
Member

jtpio commented Jul 23, 2024

Not sure. Maybe updating the version of dockerspawner used here may help?

install_requires=["dockerspawner~=12.1", "tljh_repo2docker", "sqlalchemy<2"],

@pierrepo
Copy link
Contributor Author

Thanks @jtpio I'm unsure how to implement / test this. Should I update the setup.py file and update plasma?

@jtpio
Copy link
Member

jtpio commented Jul 24, 2024

Or maybe try to update dockerspawner manually to first see if that fixes the issue?

@pierrepo
Copy link
Contributor Author

Something like:

sudo /usr/bin/python3 -m pip install --upgrade dockerspawner

Oddly, dockerspawner is not present in the current Python installation...

$ /usr/bin/python3 -m pip list | grep spawner
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants