Skip to content

Commit 1130840

Browse files
committed
Update poetry dependencies, in particular urllib 2.0.7
Addresses CVE-2023-45803 Also fix break due to removed tests dir in newer miniconda
1 parent 887a1cb commit 1130840

File tree

3 files changed

+71
-72
lines changed

3 files changed

+71
-72
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ RUN cd ~ && \
182182
chmod +x Miniconda3-*-Linux-x86_64.sh && \
183183
bash ./Miniconda3-*-Linux-x86_64.sh -bf -p /opt/miniconda
184184

185-
# Remove tests directory containing test private keys
186-
RUN rm -r /opt/miniconda/pkgs/conda-content-trust-*/info/test/tests
187-
188185
ENV PATH=/opt/miniconda/bin:$PATH
189186

190187
# Install specific version of torch

integration_tests/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)