rocker-org / ml

experimental machine learning container
GNU General Public License v2.0
50 stars 13 forks source link

ensure libpython2.7 is installed. #2

Closed restonslacker closed 6 years ago

restonslacker commented 6 years ago

I have a machine with a fresh install of Ubuntu 16.04, Docker 17.12.0-ce, and NVIDIA-docker v2. libpython2.7 was missing as demonstrated by the following code.

> reticulate::py_available(TRUE)
[1] FALSE

after making the modification in this PR and rebuilding, the previous code returns TRUE.

this addresses https://github.com/rocker-org/rocker/issues/273#issuecomment-355368728

eddelbuettel commented 6 years ago

Thanks!