Skip to content

Commit

Permalink
Merge branch 'main' into dockerfile_new
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Oct 11, 2023
2 parents 013b54c + 30858d0 commit c06e2c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion base/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ COPY requirements.txt /
RUN ${PIP} install --no-cache --upgrade \
-r requirements.txt


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

RUN HOME_DIR=/root \
Expand Down
1 change: 0 additions & 1 deletion pytorch/jobs/docker/2.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ COPY requirements.txt /
RUN ${PIP} install --no-cache --upgrade \
-r requirements.txt


# Ensure below libraries are updated to mitigate vulnerability
RUN ${PIP} install --no-cache --upgrade \
# https://nvd.nist.gov/vuln/detail/CVE-2023-37920
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ invoke==1.6.0
pyfiglet==0.8.post1
reprint==0.5.2
ruamel.yaml==0.16.7
boto3==1.22.7
boto3==1.28.53
black==19.10b0
junit-xml==1.9
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amazon-braket-schemas
amazon-braket-sdk
boto3==1.28.3
boto3==1.28.53
certifi>=2023.7.22
invoke==2.2.0
mock
Expand Down

0 comments on commit c06e2c4

Please sign in to comment.