Skip to content

Commit

Permalink
Update R client to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
csymeonides-mf committed Oct 18, 2018
1 parent 82537d3 commit b63327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -11,6 +11,6 @@ COPY --chown=1000 . ${HOME}
WORKDIR ${HOME}

RUN pip install -r requirements.txt
RUN Rscript -e "options(unzip = 'internal'); devtools::install_github('MindFoundry/optaas-r-client@1.3.1')"
RUN Rscript -e "options(unzip = 'internal'); devtools::install_github('MindFoundry/optaas-r-client@1.3.3')"

CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]

0 comments on commit b63327d

Please sign in to comment.