Skip to content

Commit 6deb5b9

Browse files
authored
Merge pull request #1021 from lluisd/jellyfin-opencl-intel
Update the Opencl-Intel mod from 24.35.30872.22 to the latest fix 24.35.30872.32
2 parents 1e865ca + e9de1da commit 6deb5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN \
1010
if [ -z "${MOD_VERSION}" ]; then \
1111
MOD_VERSION=$(curl -sX GET "https://api.github.com/repos/intel/compute-runtime/releases/latest" | jq -r '.tag_name'); \
1212
fi && \
13-
COMP_RT_URLS_LEGACY1=$(curl -sX GET "https://api.github.com/repos/intel/compute-runtime/releases/tags/24.35.30872.22" | jq -r '.body' | grep wget | grep -v .sum | grep -v .ddeb | sed 's|wget ||g') && \
13+
COMP_RT_URLS_LEGACY1=$(curl -sX GET "https://api.github.com/repos/intel/compute-runtime/releases/tags/24.35.30872.32" | jq -r '.body' | grep wget | grep -v .sum | grep -v .ddeb | sed 's|wget ||g') && \
1414
echo "**** grab legacy1 debs ****" && \
1515
mkdir -p /root-layer/opencl-intel-legacy1 && \
1616
for i in $COMP_RT_URLS_LEGACY1; do \

0 commit comments

Comments
 (0)