Open pierrepo opened 3 months ago
@jtpio do you have any idea how to fix this issue?
Not sure. Maybe updating the version of dockerspawner
used here may help?
Thanks @jtpio I'm unsure how to implement / test this. Should I update the setup.py
file and update plasma?
Or maybe try to update dockerspawner
manually to first see if that fixes the issue?
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
$
Upgrading Docker from 24.0.5 to 27.1.0 led to the following error message while trying to run an environment:
According to this forum, this might be due to the way docker compose should be called from within ansible.