rdandrimont / ml_build_jrc

machine learning build for docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml_build_jrc

machine learning build for docker

  1. !!! IF NOT SUDO WITH FULL PERMISSIONS !!! Before building the dockerfile make the working directory (/data) accessible to the R container by running this command inside EACH directory you plan to save in:

    chmod -R 777

  2. Mount volume to container

    docker run -it -p 8787:8787 -v /data/:/data

  3. Disable browser plugins Rstudio in order to access terminal -

    Tools -> Global options -> Terminal -> uncheck "Connect with WebSockets"

About

machine learning build for docker


Languages

Language:Dockerfile 100.0%