Skip to content

Commit

Permalink
Fix ubuntu 24.04 docker build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hseok-oh committed Jan 10, 2025
1 parent d250f9a commit 86e8e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && apt-get -qqy install libboost-all-dev libgflags-dev libgoo
# Additonal tools
RUN apt-get update && \
apt-get -qqy install doxygen graphviz wget zip unzip python3 python3-pip python3-venv python3-dev hdf5-tools curl
RUN python3 -m pip install yapf==0.40.2 pylint --break-system-packages
RUN python3 -m pip install yapf==0.40.2 pylint numpy flatbuffers --break-system-packages

# Install clang-format
RUN apt-get update && apt-get -qqy install clang-format-16
Expand Down

0 comments on commit 86e8e35

Please sign in to comment.