[BUG] - jupyterhub container doesn't work with sqlalchemy 2.0 #626
Labels
area: container 📦
area: dependencies 📦
Issues related to conda-store dependencies
needs: investigation 🔎
Someone in the team needs to look into this issue before scoping
type: bug 🐛
Something isn't working
Describe the bug
The conda-store container used in the
examples/docker/docker-compose.yaml
file and theexamples/docker-without-nfs/docker-compose.yaml
file crashes ondocker-compose up
.Expected behavior
on docker-compose up, the example runs and is accessible through the web browser.a
How to Reproduce the problem?
From the root of the project, run
docker-compose -f examples/docker/docker-compose.yaml up
ordocker-compose -f examples/docker-without-nfs/docker-compose.yaml up
.This should result in the conda-store image running, but it immediately crashes.
Output
Output from the container logs:
Versions and dependencies used.
used
quansight/conda-store:latest
from dockerhub.Anything else?
No response
The text was updated successfully, but these errors were encountered: