Skip to content

Commit 431fae7

Browse files
authored
Merge pull request #14 from uw-it-aca/pm-RTTL-67_update_z2jh_charts_to_1-1-3
Pm rttl 67 update z2jh charts to 1 1 3
2 parents 54f7cb4 + ab52e7f commit 431fae7

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
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

scipy/Dockerfile

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

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

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)