forked from kubeflow/notebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dockerfiles and make compatible with Renovate (kubeflow/kubefl…
…ow#5968) * Update dockerfiles and make compatible with Renovate * Set memory for jupyter pytorch to the same as jupyter tensorflow * Update protobuf * Remove conda version and use substring expansion * Update SQLAlchemy * Update dill
- Loading branch information
Showing
19 changed files
with
66 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
notebooks/example-notebook-servers/codeserver-python/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kfp==1.0.4 | ||
kfp-server-api==1.0.4 | ||
kfserving==0.4.1 | ||
kfp==1.6.3 | ||
kfp-server-api==1.6.0 | ||
kfserving==0.5.1 |
4 changes: 4 additions & 0 deletions
4
notebooks/example-notebook-servers/jupyter-pytorch/cpu-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--find-links https://download.pytorch.org/whl/torch_stable.html | ||
torch==1.8.1+cpu | ||
torchvision==0.9.1+cpu | ||
torchaudio==0.8.1 |
6 changes: 3 additions & 3 deletions
6
notebooks/example-notebook-servers/jupyter-pytorch/cpu.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0 | ||
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-434b10ab | ||
|
||
# install - requirements.txt | ||
COPY --chown=jovyan:users requirements-cpu.txt /tmp/requirements.txt | ||
RUN python3 -m pip install -r /tmp/requirements.txt --quiet --no-cache-dir -f https://download.pytorch.org/whl/torch_stable.html \ | ||
COPY --chown=jovyan:users cpu-requirements.txt /tmp/requirements.txt | ||
RUN python3 -m pip install -r /tmp/requirements.txt --quiet --no-cache-dir \ | ||
&& rm -f /tmp/requirements.txt |
4 changes: 4 additions & 0 deletions
4
notebooks/example-notebook-servers/jupyter-pytorch/cuda-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--find-links https://download.pytorch.org/whl/torch_stable.html | ||
torch==1.8.1+cu111 | ||
torchvision==0.9.1+cu111 | ||
torchaudio==0.8.1 |
6 changes: 3 additions & 3 deletions
6
notebooks/example-notebook-servers/jupyter-pytorch/cuda.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0 | ||
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-434b10ab | ||
|
||
# nvidia configs | ||
ENV NVIDIA_VISIBLE_DEVICES all | ||
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility | ||
ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64 | ||
|
||
# install - requirements.txt | ||
COPY --chown=jovyan:users requirements-cuda.txt /tmp/requirements.txt | ||
RUN python3 -m pip install -r /tmp/requirements.txt --quiet --no-cache-dir -f https://download.pytorch.org/whl/torch_stable.html \ | ||
COPY --chown=jovyan:users cuda-requirements.txt /tmp/requirements.txt | ||
RUN python3 -m pip install -r /tmp/requirements.txt --quiet --no-cache-dir \ | ||
&& rm -f /tmp/requirements.txt |
3 changes: 0 additions & 3 deletions
3
notebooks/example-notebook-servers/jupyter-pytorch/requirements-cpu.txt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
notebooks/example-notebook-servers/jupyter-pytorch/requirements-cuda.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
notebooks/example-notebook-servers/jupyter-scipy/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# kubeflow packages | ||
kfp==1.0.4 | ||
kfp-server-api==1.0.4 | ||
kfserving==0.4.1 | ||
kfp==1.6.3 | ||
kfp-server-api==1.6.0 | ||
kfserving==0.5.1 | ||
|
||
# scipy packages | ||
# https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook/Dockerfile | ||
beautifulsoup4==4.9.3 | ||
bokeh==2.3.1 | ||
bokeh==2.3.2 | ||
#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.4.0 | ||
dill==0.3.3 | ||
cython==0.29.23 | ||
dask==2021.6.0 | ||
dill==0.3.4 | ||
h5py==3.2.1 | ||
ipympl==0.7.0 | ||
ipywidgets==7.6.3 | ||
matplotlib==3.4.1 | ||
matplotlib==3.4.2 | ||
numba==0.53.1 | ||
numexpr==2.7.3 | ||
pandas==1.2.3 | ||
pandas==1.2.4 | ||
patsy==0.5.1 | ||
protobuf==3.15.7 | ||
protobuf==3.17.3 | ||
scikit-image==0.18.1 | ||
scikit-learn==0.24.1 | ||
scipy==1.6.2 | ||
scikit-learn==0.24.2 | ||
scipy==1.6.3 | ||
seaborn==0.11.1 | ||
SQLAlchemy==1.4.5 | ||
SQLAlchemy==1.4.18 | ||
statsmodels==0.12.2 | ||
sympy==1.7.1 | ||
sympy==1.8 | ||
tables==3.6.1 | ||
vincent==0.4.4 | ||
xlrd==2.0.1 |
1 change: 1 addition & 0 deletions
1
notebooks/example-notebook-servers/jupyter-tensorflow/cpu-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tensorflow==2.5.0 |
4 changes: 2 additions & 2 deletions
4
notebooks/example-notebook-servers/jupyter-tensorflow/cpu.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-ebc0c4f0 | ||
FROM public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter:master-434b10ab | ||
|
||
# install - requirements.txt | ||
COPY --chown=jovyan:users requirements-cpu.txt /tmp/requirements.txt | ||
COPY --chown=jovyan:users cpu-requirements.txt /tmp/requirements.txt | ||
RUN python3 -m pip install -r /tmp/requirements.txt --quiet --no-cache-dir \ | ||
&& rm -f /tmp/requirements.txt |
1 change: 1 addition & 0 deletions
1
notebooks/example-notebook-servers/jupyter-tensorflow/cuda-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tensorflow-gpu==2.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
notebooks/example-notebook-servers/jupyter-tensorflow/requirements-cpu.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
notebooks/example-notebook-servers/jupyter-tensorflow/requirements-cuda.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
notebooks/example-notebook-servers/rstudio-tidyverse/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters