Skip to content

Commit

Permalink
apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 31, 2023
1 parent 1630df7 commit bdde9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ 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: 1 addition & 0 deletions gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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 bdde9ba

Please sign in to comment.