I am having trouble creating the docker container due to numpy dependency issue.
When I run the docker-compose command I get the following error:
Step 23/32 : RUN conda env create -f /root/sac/environment.yml && conda env update
---> Running in c746b229bafa
Using Anaconda Cloud api site https://api.anaconda.org
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ................
Solving package specifications: ..........................................
Error: Could not find some dependencies for numpy ==1.13.0: blas * mkl, blas * openblas
I am having trouble creating the docker container due to numpy dependency issue. When I run the docker-compose command I get the following error:
Thanks