haarnoja / sac

Soft Actor-Critic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency issue while building docker

m4x1mus opened this issue · comments

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

Thanks