We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conda: not found
Linux roukmoute-pc 5.4.52-1-MANJARO #1 SMP PREEMPT Thu Jul 16 16:07:11 UTC 2020 x86_64 GNU/Linux
DOCKER_BUILDKIT=1 docker build -t computervision:cpu --build-arg ENV="cpu" .
https://asciinema.org/a/xXkZLzKm9HAC92yP5NoxaleQG
http://localhost:8888/ should be accessible.
http://localhost:8888/
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: