Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers committed Aug 20, 2020
1 parent 86490f0 commit 15565d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-dsci-100/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG BASE_CONTAINER=jupyter/r-notebook
FROM $BASE_CONTAINER

LABEL maintainer="Tiffany Timbers <tiffany.timbers@stat.ubc.ca>"
LABEL maintainer="Tiffany Timbers <tiffany.timbers@gmail.com>"

# Install R packages on conda-forge
RUN conda install --quiet --yes -c conda-forge \
Expand Down

0 comments on commit 15565d5

Please sign in to comment.