Skip to content

Commit

Permalink
Revert "apt-get upgrade"
Browse files Browse the repository at this point in the history
This reverts commit bdde9ba.
  • Loading branch information
Borda committed Dec 31, 2023
1 parent bdde9ba commit 02c1925
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN \
# add sources for older pythons
apt-get update -q --fix-missing && \
apt-get install -y --no-install-recommends software-properties-common && \
apt-get upgrade -y && \
if [[ "$PYTHON_VERSION" =~ ^(2.7|3.6|3.7)$ ]]; then \
add-apt-repository ppa:deadsnakes/ppa ; \
fi && \
Expand Down
1 change: 0 additions & 1 deletion gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN \
# add sources for older pythons
apt-get update -qq --fix-missing && \
apt-get install -y --no-install-recommends software-properties-common && \
apt-get upgrade -y && \
if [[ "$PYTHON_VERSION" =~ ^(2.7|3.6|3.7)$ ]]; then \
add-apt-repository ppa:deadsnakes/ppa ; \
fi && \
Expand Down

0 comments on commit 02c1925

Please sign in to comment.