File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
src/anaconda/.devcontainer Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,7 @@ RUN . /etc/os-release && if [ "${VERSION_CODENAME}" != "bullseye" ]; then exit 1
55
66# Temporary: Upgrade python packages due to mentioned CVEs
77# They are installed by the base image (continuumio/anaconda3) which does not have the patch.
8- RUN conda install \
9- # pyopenssl should be updated to be compatible with latest version of cryptography
10- pyopenssl=23.2.0 \
11- # https://github.com/advisories/GHSA-jm77-qphf-c4w8
12- cryptography=41.0.3 \
13- # https://github.com/advisories/GHSA-j8r2-6x86-q33q
14- requests=2.31.0 \
15- # https://github.com/advisories/GHSA-f865-m6cq-j9vx
16- mpmath=1.3.0 \
8+ RUN conda install \
179 # https://github.com/advisories/GHSA-gfw2-4jvh-wgfg
1810 aiohttp=3.8.6 \
1911 # https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
@@ -36,8 +28,6 @@ RUN python3 -m pip install --upgrade \
3628 nbconvert==7.7.3 \
3729 # https://github.com/advisories/GHSA-qppv-j76h-2rpx
3830 tornado==6.3.3 \
39- # https://github.com/advisories/GHSA-282v-666c-3fvg
40- transformers==4.30.0 \
4131 # https://github.com/advisories/GHSA-r726-vmfq-j9j3
4232 jupyter_server==2.7.2
4333
You can’t perform that action at this time.
0 commit comments