Skip to content

Commit d2183e0

Browse files
authored
Update kobuk PPA to release (#111)
1 parent 333f43e commit d2183e0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

omni/standalone_examples/Hunyuan3D-2.1/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG http_proxy
1010
# Add Intel oneAPI repo and PPA for GPU support
1111
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
1212
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
13-
add-apt-repository -y ppa:kobuk-team/intel-graphics-testing
13+
add-apt-repository -y ppa:kobuk-team/intel-graphics
1414

1515
# Install dependencies and Python 3.10
1616
RUN apt-get update -y && \

omni/standalone_examples/Hunyuan3D-2.1/patches/hunyuan3d_for_multi_arc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ index 0000000..8ad06fc
191191
+# Add Intel oneAPI repo and PPA for GPU support
192192
+RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
193193
+ echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
194-
+ add-apt-repository -y ppa:kobuk-team/intel-graphics-testing
194+
+ add-apt-repository -y ppa:kobuk-team/intel-graphics
195195
+
196196
+# Install dependencies and Python 3.10
197197
+RUN apt-get update -y && \

omni/standalone_examples/Qwen-image/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG http_proxy
1010
# Add Intel oneAPI repo and PPA for GPU support
1111
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
1212
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
13-
add-apt-repository -y ppa:kobuk-team/intel-graphics-testing
13+
add-apt-repository -y ppa:kobuk-team/intel-graphics
1414

1515
# Install dependencies and Python 3.10
1616
RUN apt-get update -y && \

omni/standalone_examples/Wan2.1/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG http_proxy
1010
# Add Intel oneAPI repo and PPA for GPU support
1111
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
1212
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
13-
add-apt-repository -y ppa:kobuk-team/intel-graphics-testing
13+
add-apt-repository -y ppa:kobuk-team/intel-graphics
1414

1515
# Install dependencies and Python 3.10
1616
RUN apt-get update -y && \

omni/standalone_examples/Wan2.2/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG http_proxy
1010
# Add Intel oneAPI repo and PPA for GPU support
1111
RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
1212
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
13-
add-apt-repository -y ppa:kobuk-team/intel-graphics-testing
13+
add-apt-repository -y ppa:kobuk-team/intel-graphics
1414

1515
# Install dependencies and Python 3.10
1616
RUN apt-get update -y && \

vllm/patches/vllm_for_multi_arc.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7966,7 +7966,7 @@ index 7d5a589eb..25a9fd7cd 100644
79667966
-RUN rm /etc/apt/sources.list.d/intel-graphics.list
79677967
+RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
79687968
+ echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
7969-
+ add-apt-repository -y ppa:kobuk-team/intel-graphics-testing
7969+
+ add-apt-repository -y ppa:kobuk-team/intel-graphics
79707970

79717971
-RUN apt-get update -y && \
79727972
+RUN apt clean && apt-get update -y && \

0 commit comments

Comments
 (0)