Skip to content

Commit

Permalink
Removing rock-dkms (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim authored May 11, 2020
1 parent 4abcd28 commit 32eb208
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docker/dockerfile-build-centos
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ARG user_uid
# Install dependent packages
RUN yum install -y --nogpgcheck\
sudo \
rock-dkms \
centos-release-scl \
devtoolset-7 \
ca-certificates \
Expand Down
3 changes: 1 addition & 2 deletions docker/dockerfile-build-sles
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN zypper refresh && zypper -n install\
python2-PyYAML \
libboost_program_options1_66_0-devel\
libcxxtools9 \
libnuma1 \
dkms
libnuma1

# docker pipeline runs containers with particular uid
# create a jenkins user with this specific uid so it can use sudo priviledges
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfile-build-ubuntu-rock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ARG user_uid
# * rocblas-bench: libboost-program-options-dev
# * libhsakmt.so: libnuma1
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
rock-dkms \
sudo \
ca-certificates \
git \
Expand Down

0 comments on commit 32eb208

Please sign in to comment.