File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ RUN python3 -m pip install --upgrade \
2929 # https://github.com/advisories/GHSA-qppv-j76h-2rpx
3030 tornado==6.3.3 \
3131 # https://github.com/advisories/GHSA-r726-vmfq-j9j3
32- jupyter_server==2.7.2
32+ jupyter_server==2.7.2 \
33+ # https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
34+ pyarrow==14.0.1
3335
3436# Reset and copy updated files with updated privs to keep image size down
3537FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ checkPythonPackageVersion "mpmath" "1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.9.0"
4747checkPythonPackageVersion " jupyter_server" " 2.7.2"
4848checkPythonPackageVersion " tornado" " 6.3.3"
49+ checkPythonPackageVersion " pyarrow" " 14.0.1"
4950
5051checkCondaPackageVersion " pyopenssl" " 23.2.0"
5152checkCondaPackageVersion " cryptography" " 41.0.3"
@@ -55,6 +56,7 @@ checkCondaPackageVersion "mpmath" "1.3.0"
5556checkCondaPackageVersion " aiohttp" " 3.9.0"
5657checkCondaPackageVersion " pillow" " 10.0.1"
5758checkCondaPackageVersion " urllib3" " 1.26.17"
59+ checkCondaPackageVersion " pyarrow" " 14.0.1"
5860
5961check " conda-update-conda" bash -c " conda update -y conda"
6062check " conda-install-tensorflow" bash -c " conda create --name test-env -c conda-forge --yes tensorflow"
You can’t perform that action at this time.
0 commit comments