Skip to content

Commit b57fa18

Browse files
CI Dockerfile cleanup
1 parent 2981431 commit b57fa18

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docker/ci/Dockerfile-gpu

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ ENV CLANG_VERSION="6.0"
1515
ENV OPENMPI_VERSION="4.1"
1616
ENV OPENMPI_MINOR_VERSION="2"
1717

18-
# /usr/local/sbin:/usr/local/.openmpi/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19-
20-
# https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz
21-
2218
# OpenCL™ 2.0 Driver for Intel® HD, Iris™, and Iris™ Pro Graphics for Linux* (64-bit)
2319
ENV INTEL_DRIVER_URL=https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz
2420
# Intel® SDK for OpenCL™ Applications 2016 R2 for Linux* (64 bit)
@@ -32,8 +28,6 @@ RUN apt-get install doxygen binutils clang-format clang-${CLANG_VERSION} clang++
3228
RUN apt-get install libxml2-dev linux-headers-generic libopenmpi-dev libxslt-dev mpi mpich -y
3329
RUN ln -sf python3 /usr/bin/python
3430

35-
# mpi mpich openmpi-common libopenmpi-dev openmpi-bin nvidia-cuda-toolkit
36-
3731
# Setup pip and requirements
3832
RUN pip3 install --no-cache --upgrade pip setuptools
3933
RUN pip3 install --no-cache cpplint
@@ -125,4 +119,4 @@ RUN TARBALL=$(basename ${INTEL_SDK_URL}) \
125119
&& cd ${DIR} && ./install.sh --silent ../silent_install.cfg
126120

127121
# Set our working directory
128-
WORKDIR /workdir
122+
WORKDIR /workdir

0 commit comments

Comments
 (0)