computervision-recipes
computervision-recipes copied to clipboard
[BUG] Docker image not complete
Description
conda: not found
In which platform does it happen?
Linux roukmoute-pc 5.4.52-1-MANJARO #1 SMP PREEMPT Thu Jul 16 16:07:11 UTC 2020 x86_64 GNU/Linux
How do we replicate the issue?
DOCKER_BUILDKIT=1 docker build -t computervision:cpu --build-arg ENV="cpu" .
https://asciinema.org/a/xXkZLzKm9HAC92yP5NoxaleQG
Expected behavior (i.e. solution)
http://localhost:8888/ should be accessible.
change dockerfile conda dowload url from https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh to https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
I am getting this error - "conda not found" even after changing the path to latest below path. Is there anyother fix?
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh