dev-cafe / docker-images

Docker images for fun and for profit
MIT License
4 stars 2 forks source link

chapter-03/recipe-03 Docker image does not include numpy library #5

Open serjche opened 4 years ago

serjche commented 4 years ago

Hi, this is just a minor issue I found on the docker image https://hub.docker.com/r/devcafe/cmake-cookbook_circleci_ubuntu18.04.

On chapter-03/recipe-03, the numpy library is required but not installed on the conda directory.

I just fixed it installing it with pip, but I thought I let you know, thanks.