You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Dockerfile
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -134,18 +134,16 @@ RUN apt-get update && \
134
134
# Getting the latest versions of Intel's Compute Runtime and associated packages on Github and installing it will update everything we installed before.
135
135
RUN mkdir neo
136
136
WORKDIR /neo
137
-
RUN wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-core_1.0.17537.20_amd64.deb && \
Copy file name to clipboardExpand all lines: Dockerfile.nightly
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -119,18 +119,16 @@ RUN apt-get update && \
119
119
# Getting the latest versions of Intel's Compute Runtime and associated packages on Github and installing it will update everything we installed before.
120
120
RUN mkdir neo
121
121
WORKDIR /neo
122
-
RUN wget --progress=dot:giga https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.20/intel-igc-core_1.0.17537.20_amd64.deb && \
0 commit comments