Skip to content

Commit 312cf60

Browse files
authored
[anaconda] - Fixing imagecodecs installation issue for arm64/aarch64 (#1698)
* [anaconda] - Fixing imagecodecs installation issue for ARM64 * Correction to follow arm64 * Removing the new workflow for arm64. Its unable to run sudo with emulated aarch64 architecture and and build is very slow.
1 parent 5498638 commit 312cf60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/anaconda/.devcontainer/apply_security_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# werkzeug - [GHSA-f9vj-2wh5-fj8j]
55

66
vulnerable_packages=( "mistune=3.0.1" "aiohttp=3.10.11" "cryptography=44.0.1" "h11=0.16.0" "jinja2=3.1.6" "jupyter_core=5.8.1" "protobuf=5.29.5" "requests=2.32.4" "setuptools=78.1.1" "transformers=4.53.0" "urllib3=2.5.0" "Werkzeug=3.0.6" "jupyter-lsp=2.2.2" "scrapy=2.11.2" \
7-
"zipp=3.19.1" "tornado=6.4.2" "jupyterlab=4.4.8" "imagecodecs=2023.9.18")
7+
"zipp=3.19.1" "tornado=6.4.2" "jupyterlab=4.4.8" "imagecodecs=2024.9.22")
88

99
# Define the number of rows (based on the length of vulnerable_packages)
1010
rows=${#vulnerable_packages[@]}

src/anaconda/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.5",
2+
"version": "1.3.6",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

0 commit comments

Comments
 (0)