Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Jul 2, 2020
1 parent 691aff7 commit 6ea676c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ def get_numpy_choices():
'''

ubuntu16_apt_install_gcc7 = '''
RUN apt-get update && \
apt-get install software-properties-common && \\
RUN apt-get -y update && \
apt-get -y install software-properties-common && \\
add-apt-repository ppa:ubuntu-toolchain-r/test && \\
apt-get update && \\
apt-get install g++-7 && \\
apt-get -y update && \\
apt-get -y install g++-7 && \\
apt-get clean
'''

Expand Down

0 comments on commit 6ea676c

Please sign in to comment.