Skip to content

Commit e73a2e7

Browse files
committed
update clang10
1 parent 2d96be0 commit e73a2e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cvo_gpu/Dockerfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ RUN apt update && apt-get install -y software-properties-common && \
6969
pkg-config \
7070
software-properties-common \
7171
cmake-curses-gui \
72-
gdb \
73-
clang
72+
gdb
7473

7574
######## Install Eigen 3.3.9
7675
RUN mkdir -p /home/root/tmp/ \
@@ -146,8 +145,10 @@ ENV NVIDIA_DRIVER_CAPABILITIES \
146145
RUN apt update && \
147146
add-apt-repository ppa:kelleyk/emacs && \
148147
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
148+
wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
149+
add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main' && \
149150
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && apt update &&\
150-
apt install -y emacs27 python3-pip clangd-10 bear mlocate global cmake && \
151+
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 && \
151152
apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
152153

153154
RUN updatedb

0 commit comments

Comments
 (0)