computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

[BUG] Docker image not complete

Open roukmoute opened this issue 5 years ago • 2 comments

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.

roukmoute avatar Aug 25 '20 08:08 roukmoute

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

blueshell2017 avatar Nov 13 '20 07:11 blueshell2017

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

contec-sganesh avatar May 15 '21 12:05 contec-sganesh