Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions ci/docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ ENV PATH=${HPC_SDK_PATH}/compilers/bin:${HPC_SDK_PATH}/comm_libs/mpi/bin:${PATH}
MANPATH=${HPC_SDK_PATH}/compilers/man:${MANPATH} \
LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${HPC_SDK_PATH}/math_libs/lib64:${LD_LIBRARY_PATH}

# Install Boost
RUN wget --quiet https://archives.boost.io/release/1.85.0/source/boost_1_85_0.tar.gz && \
echo be0d91732d5b0cc6fbb275c7939974457e79b54d6f07ce2e3dfdd68bef883b0b boost_1_85_0.tar.gz > boost_hash.txt && \
sha256sum -c boost_hash.txt && \
tar xzf boost_1_85_0.tar.gz && \
mv boost_1_85_0/boost /usr/local/include/ && \
rm boost_1_85_0.tar.gz boost_hash.txt

ENV BOOST_ROOT /usr/local/

# Install pyenv and Python version specified by PYVERSION
ARG PYVERSION
RUN curl https://pyenv.run | bash
Expand Down
1 change: 0 additions & 1 deletion ci/docker/base_mpi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update -qq && apt-get install -qq -y --no-install-recommends \
tar \
wget \
curl \
libboost-dev \
libnuma-dev \
libopenmpi-dev \
ca-certificates \
Expand Down
Loading