Skip to content

Commit

Permalink
Merge pull request #24 from UBC-DSCI/feat-env-test-deps
Browse files Browse the repository at this point in the history
added shiny, vdiffr and diffviewer to Docker container image
  • Loading branch information
mds-octocat authored Mar 11, 2022
2 parents a31372d + fd61308 commit 8a1bc36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ FROM ubcdsci/jupyterlab:v0.9.0
# Packages and versions specified in environment.yml
COPY environment.yml .
RUN conda env update --file environment.yml

# Install diffviewer R package from CRAN (it is not available on any conda channels)
RUN Rscript -e "install.packages('diffviewer', version = "0.1.1", repos='http://cran.us.r-project.org')"

0 comments on commit 8a1bc36

Please sign in to comment.