Skip to content

Commit

Permalink
Update second layer docker images to new tags and some python deps (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek authored Apr 8, 2021
1 parent ebc0c4f commit 3dbc352
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver:master-53099bbd
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver:master-ebc0c4f0

USER root

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-2dd0e3e4
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0

# install - requirements.txt
COPY --chown=jovyan:users requirements-cpu.txt /tmp/requirements.txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-2dd0e3e4
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0

# nvidia configs
ENV NVIDIA_VISIBLE_DEVICES all
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-2dd0e3e4
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0

# install - requirements.txt
COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ kfserving==0.4.1
# scipy packages
# https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook/Dockerfile
beautifulsoup4==4.9.3
bokeh==2.3.0
bokeh==2.3.1
#Bottleneck==1.3.2 Could not build wheels for Bottleneck which use PEP 517 and cannot be installed directly
cloudpickle==1.6.0
cython==0.29.22
dask==2021.3.0
dask==2021.4.0
dill==0.3.3
h5py==3.2.1
ipympl==0.6.3
ipympl==0.7.0
ipywidgets==7.6.3
matplotlib==3.3.4
numba==0.53.0
matplotlib==3.4.1
numba==0.53.1
numexpr==2.7.3
pandas==1.2.3
patsy==0.5.1
protobuf==3.15.6
protobuf==3.15.7
scikit-image==0.18.1
scikit-learn==0.24.1
scipy==1.6.1
scipy==1.6.2
seaborn==0.11.1
SQLAlchemy==1.3.23
SQLAlchemy==1.4.5
statsmodels==0.12.2
sympy==1.7.1
tables==3.6.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-2dd0e3e4
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0

# install - requirements.txt
COPY --chown=jovyan:users requirements-cpu.txt /tmp/requirements.txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-2dd0e3e4
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0

USER root

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio:master-15d229d4
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio:master-ebc0c4f0

# args - software versions
ARG R_TIDYVERSE_VERSION="1.3.0"
Expand Down

0 comments on commit 3dbc352

Please sign in to comment.