Skip to content

Commit

Permalink
Update image tags and python packages in pytorch and tensorflow full …
Browse files Browse the repository at this point in the history
…dockerfiles (kubeflow/kubeflow#5817)
  • Loading branch information
davidspek authored and Adembc committed Jun 22, 2024
1 parent dbff91b commit 276b5a1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -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
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-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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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
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-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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 276b5a1

Please sign in to comment.