Skip to content

Commit f57c9fe

Browse files
committed
deadsnakes
1 parent 899dd6c commit f57c9fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
2121
# add sources for older pythons
2222
apt-get update -q --fix-missing && \
2323
apt-get install -y --no-install-recommends software-properties-common && \
24-
add-apt-repository ppa:deadsnakes/ppa && \
24+
# add-apt-repository ppa:deadsnakes/ppa && \
2525
apt-add-repository universe && \
2626
apt-get -y update -qq --fix-missing && \
2727
apt-get -y install --no-install-recommends \

gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
# add sources for older pythons
2828
apt-get update -qq --fix-missing && \
2929
apt-get install -y --no-install-recommends software-properties-common && \
30-
add-apt-repository ppa:deadsnakes/ppa && \
30+
# add-apt-repository ppa:deadsnakes/ppa && \
3131
apt-add-repository universe && \
3232
apt-get -y update -qq --fix-missing && \
3333
apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)