Ryan Garner

Results 1 comments of Ryan Garner

This is my quick fix Dockerfile to get `reticulate` to work properly. Hope this helps! ``` FROM rocker/ml-gpu RUN apt-get update RUN apt-get upgrade -y RUN apt-get install curl -y...