File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,7 @@ RUN apt update && apt-get install -y software-properties-common && \
68
68
pkg-config \
69
69
software-properties-common \
70
70
cmake-curses-gui \
71
- gdb \
72
- clang
71
+ gdb
73
72
74
73
# ####### Install Eigen 3.3.9
75
74
RUN mkdir -p /home/root/tmp/ \
@@ -145,8 +144,10 @@ ENV NVIDIA_DRIVER_CAPABILITIES \
145
144
RUN apt update && \
146
145
add-apt-repository ppa:kelleyk/emacs && \
147
146
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
147
+ wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && \
148
+ add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main' && \
148
149
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && apt update &&\
149
- apt install -y emacs27 python3-pip clangd-10 bear mlocate global cmake && \
150
+ 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 && \
150
151
apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
151
152
152
153
RUN updatedb
You can’t perform that action at this time.
0 commit comments