Skip to content

Commit

Permalink
approve apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed May 13, 2023
1 parent df03922 commit 2237728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-llama-cpp-wheel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \
libblas-dev liblapack-dev libopenblas-dev cmake && \
add-apt-repository ppa:ubuntu-toolchain-r/test && \
apt-get update && \
apt install gcc-10 g++-10 && \
apt install --no-install-recommends -y gcc-10 g++-10 && \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10 && \
rm -rf /var/lib/apt/lists/* && \
pip3 install scikit-build
Expand Down

0 comments on commit 2237728

Please sign in to comment.