Skip to content

Commit ffece67

Browse files
committed
Revert "ppa:deadsnakes/ppa"
This reverts commit c94adf7.
1 parent c94adf7 commit ffece67

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

cpu/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ RUN \
2323
software-properties-common \
2424
dirmngr \
2525
gnupg && \
26-
if [[ "${PYTHON_VERSION%%.*}" -eq 3 && "${PYTHON_VERSION#*.}" -lt 10 ]]; then \
27-
add-apt-repository ppa:deadsnakes/ppa ; \
28-
fi && \
26+
add-apt-repository ppa:deadsnakes/ppa && \
2927
apt-add-repository universe && \
3028
apt-get -y update -qq --fix-missing && \
3129
apt-get -y install --no-install-recommends \

gpu/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ RUN \
2929
software-properties-common \
3030
dirmngr \
3131
gnupg && \
32-
if [[ "${PYTHON_VERSION%%.*}" -eq 3 && "${PYTHON_VERSION#*.}" -lt 10 ]]; then \
33-
add-apt-repository ppa:deadsnakes/ppa ; \
34-
fi && \
32+
add-apt-repository ppa:deadsnakes/ppa && \
3533
apt-add-repository universe && \
3634
apt-get -y update -qq --fix-missing && \
3735
apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)