File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ RUN python3 -m pip install --upgrade \
3333 # https://github.com/advisories/GHSA-qppv-j76h-2rpx
3434 tornado==6.3.3 \
3535 # https://github.com/advisories/GHSA-282v-666c-3fvg
36- transformers==4.30.0
36+ transformers==4.30.0 \
37+ # https://github.com/advisories/GHSA-r726-vmfq-j9j3
38+ jupyter_server==2.7.2
3739
3840# Reset and copy updated files with updated privs to keep image size down
3941FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change 3939 " Werkzeug" ,
4040 " requests" ,
4141 " tornado" ,
42- " transformers"
42+ " transformers" ,
43+ " jupyter_server"
4344 ],
4445 "other" : {
4546 "git" : {},
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ checkPythonPackageVersion "torch" "1.13.1"
4545checkPythonPackageVersion " transformers" " 4.30.0"
4646checkPythonPackageVersion " mpmath" " 1.3.0"
4747checkPythonPackageVersion " aiohttp" " 3.8.5"
48+ checkPythonPackageVersion " jupyter_server" " 2.7.2"
4849
4950# The `tornado` package doesn't have the `__version__` attribute so we can use the `version` attribute.
5051tornado_version=$( python -c " import tornado; print(tornado.version)" )
You can’t perform that action at this time.
0 commit comments