Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytorch/inference/docker/1.8/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN pip uninstall -y torch \
&& pip install --no-deps --no-cache-dir -U $PT_TORCHVISION_URL

RUN conda install -y -c conda-forge "pyyaml>=5.4,<5.5"
RUN pip install pillow==7.2.0 "awscli<2"
RUN pip install pillow==8.2.0 "awscli<2"
RUN pip install --no-cache-dir "sagemaker-pytorch-inference>=2"

RUN pip uninstall -y model-archiver multi-model-server \
Expand Down
2 changes: 1 addition & 1 deletion pytorch/inference/docker/1.8/py3/cu111/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN pip uninstall -y torch \
&& pip install --no-deps --no-cache-dir -U $PT_TORCHVISION_URL

RUN conda install -y -c conda-forge "pyyaml>=5.4,<5.5"
RUN pip install pillow==7.2.0 "awscli<2"
RUN pip install pillow==8.2.0 "awscli<2"

RUN pip install --no-cache-dir "sagemaker-pytorch-inference>=2"

Expand Down