Skip to content

Commit ab52e7f

Browse files
committed
remaining builds working
1 parent 98bcc14 commit ab52e7f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

datascience/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_CONTAINER=jupyter/datascience-notebook:hub-1.3.0
1+
ARG BASE_CONTAINER=jupyter/datascience-notebook:hub-1.4.2
22

33
FROM $BASE_CONTAINER
44

r/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_CONTAINER=jupyter/r-notebook:hub-1.3.0
1+
ARG BASE_CONTAINER=jupyter/r-notebook:hub-1.4.2
22
FROM $BASE_CONTAINER
33

44
LABEL maintainer="UW-IT AXDD <[email protected]>"
@@ -8,8 +8,7 @@ LABEL maintainer="UW-IT AXDD <[email protected]>"
88
# tidyverse, devtools, shiny, rmarkdown, forecast, rsqlite, nycflights13,
99
# caret, tidymodels, rcurl, randomforest
1010

11-
RUN conda install \
12-
r-base=4.0.2 \
11+
RUN mamba install --quiet --yes \
1312
emcee \
1413
pymc3 \
1514
astroML \

rstudio/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_CONTAINER=jupyter/r-notebook:hub-1.3.0
1+
ARG BASE_CONTAINER=jupyter/r-notebook:hub-1.4.2
22
FROM $BASE_CONTAINER
33

44
RUN pip install jupyter-rsession-proxy nbgitpuller

tensorflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_CONTAINER=jupyter/tensorflow-notebook:dfcb043bd887
1+
ARG BASE_CONTAINER=jupyter/tensorflow-notebook:hub-1.4.2
22
FROM $BASE_CONTAINER
33

44
LABEL maintainer="UW-IT AXDD <[email protected]>"

0 commit comments

Comments
 (0)