Open dcmcand opened 1 year ago
We need to bump JHub to at least 3.1.1
; see https://github.com/jupyterhub/jupyterhub/issues/4312
If we are already on a Hub version that is compatible with SQLAlchemy 2 then https://github.com/conda-incubator/conda-store/blob/main/examples/docker-without-nfs/assets/jupyterhub_config.py will need to be updated (see https://jupyterhub.readthedocs.io/en/stable/reference/config-reference.html for the config reference)
Related #931.
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