Skip to content

Commit 2769b52

Browse files
committed
Fixing path in License file
1 parent d9d5219 commit 2769b52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ RUN apt-get -qq update && \
7474

7575
RUN wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | apt-key add -
7676
RUN echo 'deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main' >> /etc/apt/sources.list.d/rocm.list
77-
RUN apt-get update -q && \
78-
apt-get install -q -y rocm-opencl-dev rocm-dkms && \
77+
RUN apt-get -qq update && \
78+
apt-get -qq install -y rocm-opencl-dev rocm-dkms && \
7979
apt-get clean && \
8080
rm -rf /var/lib/apt/lists/*
8181

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Chapter 5 Parallel algorithms and patterns
22
This is from Chapter 5 of the Parallel and High Performance Computing, Robey and Zamora,
33
Manning Publications. The book may be obtained at
4-
http://www.manning.com/?a_aid=ParallelComputingRobey
4+
https://www.manning.com/books/parallel-and-high-performance-computing?a_aid=ParallelComputingRobey
55

66
Copyright 2019-2020 Robert Robey, Yuliana Zamora, and Manning Publications
77
Emails: brobey@earthlink.net, yzamora215@gmail.com

0 commit comments

Comments
 (0)