Skip to content

Commit

Permalink
update clang10
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroAska committed Jul 24, 2022
1 parent 2d96be0 commit e73a2e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cvo_gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ RUN apt update && apt-get install -y software-properties-common && \
pkg-config \
software-properties-common \
cmake-curses-gui \
gdb \
clang
gdb

######## Install Eigen 3.3.9
RUN mkdir -p /home/root/tmp/ \
Expand Down Expand Up @@ -146,8 +145,10 @@ ENV NVIDIA_DRIVER_CAPABILITIES \
RUN apt update && \
add-apt-repository ppa:kelleyk/emacs && \
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main' && \
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && apt update &&\
apt install -y emacs27 python3-pip clangd-10 bear mlocate global cmake && \
apt install -y emacs27 python3-pip clang-10 clangd-10 llvm-10 lldb-10 llvm-10-dev libllvm10 llvm-10-runtime bear mlocate global cmake && \
apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN updatedb
Expand Down

0 comments on commit e73a2e7

Please sign in to comment.