Skip to content

Commit e3cadbe

Browse files
committed
Merge branch 'master' of github.com:UMich-CURLY/docker_images
2 parents 7110cd3 + e73a2e7 commit e3cadbe

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
@@ -68,8 +68,7 @@ RUN apt update && apt-get install -y software-properties-common && \
6868
pkg-config \
6969
software-properties-common \
7070
cmake-curses-gui \
71-
gdb \
72-
clang
71+
gdb
7372

7473
######## Install Eigen 3.3.9
7574
RUN mkdir -p /home/root/tmp/ \
@@ -145,8 +144,10 @@ ENV NVIDIA_DRIVER_CAPABILITIES \
145144
RUN apt update && \
146145
add-apt-repository ppa:kelleyk/emacs && \
147146
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' && \
148149
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 && \
150151
apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
151152

152153
RUN updatedb

0 commit comments

Comments
 (0)