From 276b5a1ec9abf598517064cddef0cbaed0d6375e Mon Sep 17 00:00:00 2001 From: DavidSpek Date: Thu, 8 Apr 2021 12:50:02 +0200 Subject: [PATCH] Update image tags and python packages in pytorch and tensorflow full dockerfiles (kubeflow/kubeflow#5817) --- .../jupyter-pytorch-full/cpu.Dockerfile | 2 +- .../jupyter-pytorch-full/cuda.Dockerfile | 2 +- .../jupyter-pytorch-full/requirements.txt | 10 +++++----- .../jupyter-tensorflow-full/cpu.Dockerfile | 2 +- .../jupyter-tensorflow-full/cuda.Dockerfile | 2 +- .../jupyter-tensorflow-full/requirements.txt | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/notebooks/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile b/notebooks/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile index 32668294..cfe0e8a1 100644 --- a/notebooks/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile +++ b/notebooks/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch:master-abf9ec48 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch:master-3dbc352f # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/notebooks/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile b/notebooks/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile index 5c5a1e74..9b657904 100644 --- a/notebooks/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile +++ b/notebooks/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda:master-abf9ec48 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda:master-3dbc352f # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/notebooks/example-notebook-servers/jupyter-pytorch-full/requirements.txt b/notebooks/example-notebook-servers/jupyter-pytorch-full/requirements.txt index 39738d03..f17e6eb4 100644 --- a/notebooks/example-notebook-servers/jupyter-pytorch-full/requirements.txt +++ b/notebooks/example-notebook-servers/jupyter-pytorch-full/requirements.txt @@ -4,19 +4,19 @@ kfp-server-api==1.0.4 kfserving==0.4.1 # common packages -bokeh==2.3.0 +bokeh==2.3.1 cloudpickle==1.6.0 dill==0.3.3 -ipympl==0.6.3 +ipympl==0.7.0 ipywidgets==7.6.3 -matplotlib==3.3.4 +matplotlib==3.4.1 pandas==1.2.3 scikit-image==0.18.1 scikit-learn==0.24.1 -scipy==1.6.1 +scipy==1.6.2 seaborn==0.11.1 xgboost==1.3.3 # pytorch packages #torchelastic==0.2.2 this currently causes a dependency conflict, should be fixed very soon -fastai==2.2.7 +fastai==2.3.0 diff --git a/notebooks/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile b/notebooks/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile index 35e0491c..e414559e 100644 --- a/notebooks/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile +++ b/notebooks/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow:master-abf9ec48 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow:master-3dbc352f # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/notebooks/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile b/notebooks/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile index 1ff0a422..09b05d94 100644 --- a/notebooks/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile +++ b/notebooks/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda:master-abf9ec48 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda:master-3dbc352f # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/notebooks/example-notebook-servers/jupyter-tensorflow-full/requirements.txt b/notebooks/example-notebook-servers/jupyter-tensorflow-full/requirements.txt index cdf656cf..cfcbed38 100644 --- a/notebooks/example-notebook-servers/jupyter-tensorflow-full/requirements.txt +++ b/notebooks/example-notebook-servers/jupyter-tensorflow-full/requirements.txt @@ -4,16 +4,16 @@ kfp-server-api==1.0.4 kfserving==0.4.1 # common packages -bokeh==2.3.0 +bokeh==2.3.1 cloudpickle==1.6.0 dill==0.3.3 -ipympl==0.6.3 +ipympl==0.7.0 ipywidgets==7.6.3 -matplotlib==3.3.4 +matplotlib==3.4.1 pandas==1.2.3 scikit-image==0.18.1 scikit-learn==0.24.1 -scipy==1.6.1 +scipy==1.6.2 seaborn==0.11.1 xgboost==1.3.3