Skip to content

Commit

Permalink
[mxnet, tensorflow, pytorch] | [build, test] | [sagemaker] Update Pil…
Browse files Browse the repository at this point in the history
…low version (aws#208)
  • Loading branch information
arjkesh committed May 28, 2020
1 parent 94f8ea0 commit 50f387c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mxnet/training/docker/1.6.0/py2/Dockerfile.cpu
Expand Up @@ -80,7 +80,7 @@ RUN pip install --no-cache --upgrade \
onnx==1.6.0 \
numpy==1.16.5 \
pandas==0.24.2 \
Pillow==6.2.0 \
Pillow==6.2.2 \
requests==2.22.0 \
scikit-learn==0.20.4 \
scipy==1.2.2 \
Expand Down
2 changes: 1 addition & 1 deletion mxnet/training/docker/1.6.0/py2/Dockerfile.gpu
Expand Up @@ -121,7 +121,7 @@ RUN pip install --no-cache-dir --upgrade \
"setuptools<45" \
onnx==1.6.0 \
pandas==0.24.2 \
Pillow==6.2.0 \
Pillow==6.2.2 \
requests==2.22.0 \
scikit-learn==0.20.4 \
scipy==1.2.2 \
Expand Down
2 changes: 1 addition & 1 deletion mxnet/training/docker/1.6.0/py3/Dockerfile.cpu
Expand Up @@ -105,7 +105,7 @@ RUN ${PIP} install --no-cache --upgrade \
onnx==1.6.0 \
numpy==1.17.2 \
pandas==0.25.1 \
Pillow==6.2.0 \
Pillow \
requests==2.22.0 \
scikit-learn==0.20.4 \
dgl==0.4.1 \
Expand Down
2 changes: 1 addition & 1 deletion mxnet/training/docker/1.6.0/py3/Dockerfile.gpu
Expand Up @@ -146,7 +146,7 @@ RUN ${PIP} install --no-cache --upgrade \
numpy==1.17.2 \
onnx==1.6.0 \
pandas==0.25.1 \
Pillow==6.2.0 \
Pillow \
requests==2.22.0 \
scikit-learn==0.20.4 \
scipy==1.2.2 \
Expand Down
2 changes: 1 addition & 1 deletion pytorch/training/docker/1.4.0/py2/Dockerfile.cpu
Expand Up @@ -73,7 +73,7 @@ RUN conda install -c conda-forge \
&& conda install -y \
scikit-learn==0.20.3 \
pandas==0.24.2 \
Pillow==6.2.0 \
Pillow==6.2.2 \
h5py==2.9.0 \
requests==2.22.0 \
&& conda clean -ya \
Expand Down
2 changes: 1 addition & 1 deletion pytorch/training/docker/1.4.0/py2/Dockerfile.gpu
Expand Up @@ -102,7 +102,7 @@ RUN conda install -c pytorch magma-cuda101==2.5.1 \
&& conda install -y \
scikit-learn==0.20.3 \
pandas==0.24.2 \
Pillow==6.2.0 \
Pillow==6.2.2 \
h5py==2.9.0 \
requests==2.22.0 \
&& pip install -U \
Expand Down
2 changes: 1 addition & 1 deletion pytorch/training/docker/1.4.0/py3/Dockerfile.cpu
Expand Up @@ -82,7 +82,7 @@ RUN curl -L -o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-lat
&& conda install -y \
scikit-learn==0.21.2 \
pandas==0.25.0 \
Pillow==6.2.0 \
Pillow \
h5py==2.9.0 \
requests==2.22.0 \
&& conda install -c dglteam -y dgl==0.4.1 \
Expand Down
2 changes: 1 addition & 1 deletion pytorch/training/docker/1.4.0/py3/Dockerfile.gpu
Expand Up @@ -101,7 +101,7 @@ RUN conda install -c pytorch magma-cuda101==2.5.1 \
opencv==4.0.1 \
&& conda install -y scikit-learn==0.21.2 \
pandas==0.25.0 \
Pillow==6.2.0 \
Pillow \
h5py==2.9.0 \
requests==2.22.0 \
&& conda clean -ya
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/training/docker/2.0.1/py2/Dockerfile.cpu
Expand Up @@ -95,7 +95,7 @@ RUN ${PIP} install --no-cache-dir -U \
scipy==1.2.2 \
scikit-learn==0.20.4 \
pandas==0.24.2 \
Pillow==6.2.1 \
Pillow==6.2.2 \
h5py==2.10.0 \
keras_applications==1.0.8 \
keras_preprocessing==1.1.0 \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/training/docker/2.0.1/py2/Dockerfile.gpu
Expand Up @@ -123,7 +123,7 @@ RUN ${PIP} install --no-cache-dir -U \
scipy==1.2.2 \
scikit-learn==0.20.4 \
pandas==0.24.2 \
Pillow==6.2.1 \
Pillow==6.2.2 \
h5py==2.10.0 \
keras_applications==1.0.8 \
keras_preprocessing==1.1.0 \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/training/docker/2.0.1/py3/Dockerfile.cpu
Expand Up @@ -95,7 +95,7 @@ RUN ${PIP} install --no-cache-dir -U \
scipy==1.2.2 \
scikit-learn==0.22 \
pandas==0.25.3 \
Pillow==6.2.1 \
Pillow \
h5py==2.10.0 \
keras_applications==1.0.8 \
keras_preprocessing==1.1.0 \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/training/docker/2.0.1/py3/Dockerfile.gpu
Expand Up @@ -134,7 +134,7 @@ RUN ${PIP} install --no-cache-dir -U \
scipy==1.2.2 \
scikit-learn==0.22 \
pandas==0.25.3 \
Pillow==6.2.0 \
Pillow \
h5py==2.10.0 \
keras_applications==1.0.8 \
keras_preprocessing==1.1.0 \
Expand Down
2 changes: 1 addition & 1 deletion test/sagemaker_tests/pytorch/inference/requirements.txt
Expand Up @@ -17,7 +17,7 @@ torchvision==0.5.0
tox==3.7.0
requests_mock==1.6.0
numpy==1.16.4
Pillow==6.2.0
Pillow
retrying==1.3.3
requests_mock==1.6.0
sagemaker-inference==1.1.2
Expand Down

0 comments on commit 50f387c

Please sign in to comment.