File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-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-r726-vmfq-j9j3
3434 jupyter_server==2.7.2 \
3535 # https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
36- pyarrow==14.0.1
36+ pyarrow==14.0.1 \
37+ # https://github.com/advisories/GHSA-v68g-wm8c-6x7j
38+ transformers==4.36.0
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 @@ -41,7 +41,7 @@ checkPythonPackageVersion "werkzeug" "2.2.3"
4141checkPythonPackageVersion " certifi" " 2022.12.07"
4242checkPythonPackageVersion " requests" " 2.31.0"
4343checkPythonPackageVersion " cryptography" " 41.0.7"
44- checkPythonPackageVersion " transformers" " 4.30 .0"
44+ checkPythonPackageVersion " transformers" " 4.36 .0"
4545checkPythonPackageVersion " mpmath" " 1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.9.0"
4747checkPythonPackageVersion " jupyter_server" " 2.7.2"
You can’t perform that action at this time.
0 commit comments