Skip to content

Commit

Permalink
fix: remove duplicate cerifi line and add comment linking to CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela Guo committed Sep 20, 2023
1 parent ee04c21 commit 3e89163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/jobs/docker/2.12/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update \

# Ensure below libraries are pinned to mitigate vulnerability
RUN ${PIP} install --no-cache --upgrade \
# https://nvd.nist.gov/vuln/detail/CVE-2023-37920
certifi>=2023.7.22

# Installing our custom python libraries
Expand Down Expand Up @@ -42,8 +43,7 @@ RUN ${PIP} install --no-cache --upgrade \
scikit-learn==1.2.2 \
six==1.16.0 \
scipy==1.9.3 \
typing_extensions==4.3.0 \
certifi==2023.7.22
typing_extensions==4.3.0

RUN ${PIP} install --no-cache --upgrade sagemaker-training==4.4.10

Expand Down

0 comments on commit 3e89163

Please sign in to comment.