File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ ENV CLANG_VERSION="6.0"
1515ENV OPENMPI_VERSION="4.1"
1616ENV 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)
2319ENV 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++
3228RUN apt-get install libxml2-dev linux-headers-generic libopenmpi-dev libxslt-dev mpi mpich -y
3329RUN 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
3832RUN pip3 install --no-cache --upgrade pip setuptools
3933RUN 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
You can’t perform that action at this time.
0 commit comments