We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60db99d commit 3b2e064Copy full SHA for 3b2e064
.binder/Dockerfile
@@ -0,0 +1,12 @@
1
+FROM rocker/binder:4.0.2
2
+LABEL maintainer='Unknown'
3
+USER root
4
+COPY . ${HOME}
5
+RUN chown -R ${NB_USER} ${HOME}
6
+USER ${NB_USER}
7
+
8
9
10
+RUN wget https://github.com/libjohn/workshop_webscraping/raw/main/DESCRIPTION && R -e "options(repos = list(CRAN = 'http://mran.revolutionanalytics.com/snapshot/2021-06-08/')); devtools::install_deps()"
11
12
+RUN rm DESCRIPTION.1; exit 0
0 commit comments