Skip to content

Commit

Permalink
Merge pull request qulacs#225 from FullteaOfEEIC/mybranch
Browse files Browse the repository at this point in the history
fix: Dockerfile
  • Loading branch information
kwkbtr committed Jun 9, 2020
2 parents ed40dc7 + 24d3ade commit 769e07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
gcc-7 \
g++-7

RUN add-apt-repository ppa:jonathonf/python-3.6 -y && \
RUN add-apt-repository ppa:deadsnakes/ppa -y && \
apt-get update -y && \
apt-get install -y --no-install-recommends \
python3.6 \
Expand Down
2 changes: 1 addition & 1 deletion docker/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
gcc-7 \
g++-7

RUN add-apt-repository ppa:jonathonf/python-3.6 -y && \
RUN add-apt-repository ppa:deadsnakes/ppa -y && \
apt-get update -y && \
apt-get install -y --no-install-recommends \
python3.6 \
Expand Down

0 comments on commit 769e07b

Please sign in to comment.