diff --git a/components/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile b/components/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile index b993ab6d..32668294 100644 --- a/components/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile +++ b/components/example-notebook-servers/jupyter-pytorch-full/cpu.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch:master-8dea1707 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch:master-abf9ec48 # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/components/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile b/components/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile index e8d31f54..5c5a1e74 100644 --- a/components/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile +++ b/components/example-notebook-servers/jupyter-pytorch-full/cuda.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda:master-8dea1707 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda:master-abf9ec48 # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/components/example-notebook-servers/jupyter-pytorch-full/requirements.txt b/components/example-notebook-servers/jupyter-pytorch-full/requirements.txt index f2b69382..39738d03 100644 --- a/components/example-notebook-servers/jupyter-pytorch-full/requirements.txt +++ b/components/example-notebook-servers/jupyter-pytorch-full/requirements.txt @@ -1,17 +1,22 @@ +# kubeflow packages kfp==1.0.4 kfp-server-api==1.0.4 kfserving==0.4.1 -ipywidgets==7.6.3 -ipympl==0.6.3 + +# common packages +bokeh==2.3.0 cloudpickle==1.6.0 dill==0.3.3 -bokeh==2.3.0 -seaborn==0.11.1 -scipy==1.6.1 -scikit-learn==0.24.1 -scikit-image==0.18.1 -pandas==1.2.3 +ipympl==0.6.3 +ipywidgets==7.6.3 matplotlib==3.3.4 +pandas==1.2.3 +scikit-image==0.18.1 +scikit-learn==0.24.1 +scipy==1.6.1 +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 diff --git a/components/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile b/components/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile index c71449d6..35e0491c 100644 --- a/components/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile +++ b/components/example-notebook-servers/jupyter-tensorflow-full/cpu.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow:master-d609b9e1 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow:master-abf9ec48 # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/components/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile b/components/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile index 29ca7e42..1ff0a422 100644 --- a/components/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile +++ b/components/example-notebook-servers/jupyter-tensorflow-full/cuda.Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda:master-d609b9e1 +FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda:master-abf9ec48 # install - requirements.txt COPY --chown=jovyan:users requirements.txt /tmp/requirements.txt diff --git a/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt b/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt index 335c667f..cdf656cf 100644 --- a/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt +++ b/components/example-notebook-servers/jupyter-tensorflow-full/requirements.txt @@ -1,16 +1,21 @@ +# kubeflow packages kfp==1.0.4 kfp-server-api==1.0.4 kfserving==0.4.1 -ipywidgets==7.6.3 -ipympl==0.6.3 + +# common packages +bokeh==2.3.0 cloudpickle==1.6.0 dill==0.3.3 -bokeh==2.3.0 -seaborn==0.11.1 -scipy==1.6.1 -scikit-learn==0.24.1 -scikit-image==0.18.1 -pandas==1.2.3 +ipympl==0.6.3 +ipywidgets==7.6.3 matplotlib==3.3.4 +pandas==1.2.3 +scikit-image==0.18.1 +scikit-learn==0.24.1 +scipy==1.6.1 +seaborn==0.11.1 xgboost==1.3.3 + +# tensorflow packages keras==2.4.3