Skip to content
Snippets Groups Projects
Commit 99122f8d authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Added libboost as a requirement

parent f11bdb68
No related branches found
No related tags found
No related merge requests found
ARG IMAGE_NAME=nvidia/cuda ARG IMAGE_NAME=nvidia/cuda
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
# Install dependencies: python 3.6, curl, git # Install dependencies: python 3.6, curl, git, libboost
RUN apt-get update && apt-get install -y --no-install-recommends python3 curl git RUN apt-get update && apt-get install -y --no-install-recommends python3 curl git libboost-dev
# Install cmake # Install cmake
RUN curl -L https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-linux-x86_64.sh -o cmake.sh && \ RUN curl -L https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-linux-x86_64.sh -o cmake.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment