Error when starting Docker: manifest for angelolab/ark-analysis:v0.7.0 not found
fotisn7 opened this issue · 2 comments
Describe the bug
After cloning the repository and trying to create the docker image using './docker_start.sh' I get the following error message:
Unable to find image 'angelolab/ark-analysis:v0.7.0' locally
docker: Error response from daemon: manifest for angelolab/ark-analysis:v0.7.0 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
I also tried to pull the image using Docker Desktop. When I tried running the container I got this message:
start_jupyter.sh: line 1: [: -ne: unary operator expected
start_jupyter.sh: line 6: cd: /scripts: No such file or directory
[C 2024-04-18 21:28:09.005 ServerApp] Bad config encountered during initialization: The 'port' trait of a ServerApp instance expected an int, not the str ''.
Does anyone know how to fix this?
Thank you
@fotisn7 starting from v0.7.0 we have suspended Docker support as it has caused known problems in the past on an individual case-by-case basis. Please use the local conda environment setup for the time being.
Looking back, containerization is far too complex a setup for an application in this state. It will be worth looking into once this repo is deployed in large-scale applications running on big cloud servers. Note that I said once, not if 😉.
@alex-l-kong Thank you. I've been using the local conda environment and works great.