haarnoja / sac

Soft Actor-Critic
Other
997 stars 233 forks source link

Dependency issue while building docker #16

Closed m4x1mus closed 6 years ago

m4x1mus commented 6 years ago

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