carrada_dataset icon indicating copy to clipboard operation
carrada_dataset copied to clipboard

Conflicting dependancies

Open sidram1705 opened this issue 2 years ago • 2 comments

When building the Dockerfile, the following error occurs. There is no suitable condition according to the docker's specifications that matches the dependency versions. image

sidram1705 avatar Jul 12 '22 06:07 sidram1705

Hello. Sorry about these conflicts, it is the first time that it happens. Can you provide more details about the packages in cause? I won't be able to directly modify the Docker file for now. However I can help you to change the dependencies for a temporary solution.

ArthurOuaknine avatar Jul 18 '22 00:07 ArthurOuaknine

This happens at step 7: RUN conda install python=3.6. And the error is still there.

Update: A workaround is to replace the download link for miniconda with https://repo.anaconda.com/miniconda/Miniconda3-py38_4.8.3-Linux-x86_64.sh

yyuan-luo avatar Sep 12 '23 17:09 yyuan-luo