File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG http_proxy
1010# Add Intel oneAPI repo and PPA for GPU support
1111RUN 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
1616RUN apt-get update -y && \
Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG http_proxy
1010# Add Intel oneAPI repo and PPA for GPU support
1111RUN 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
1616RUN apt-get update -y && \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG http_proxy
1010# Add Intel oneAPI repo and PPA for GPU support
1111RUN 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
1616RUN apt-get update -y && \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG http_proxy
1010# Add Intel oneAPI repo and PPA for GPU support
1111RUN 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
1616RUN apt-get update -y && \
Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments