add pandas container demo

This commit is contained in:
glmdev 2019-05-02 11:52:49 -05:00
parent 6a2cc5f8ff
commit bafe12cb41
2 changed files with 1 additions and 10 deletions

View File

@ -1,5 +1,3 @@
FROM glmdev/k8s-hpc-demo:latest
COPY install_snow.R /tmp/install_snow.R
RUN R --vanilla -f /tmp/install_snow.R
RUN pip3 install pandas

View File

@ -1,7 +0,0 @@
CRAN <- "http://rweb.crmda.ku.edu/cran"
KRAN <- "http://rweb.crmda.ku.edu/kran"
BIOC <- "http://www.bioconductor.org/packages/3.3/bioc"
options(repos = c(KRAN, CRAN, BIOC))
install.packages("snow")