Skip to content

Commit c400876

Browse files
committed
Add the deps
1 parent cafcee1 commit c400876

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 legacy1 | 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.22" | 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)