Skip to content

Commit

Permalink
feat: add cargo-c (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Dec 18, 2024
1 parent dc48cb2 commit 95b3749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN yum -y install createrepo wget bzip2 patch make cmake cmake3 ctags automake
#Install scl gcc-toolset-11)
RUN yum -y install gcc-toolset-11 gcc-toolset-11-annobin-plugin-gcc
RUN cd /opt/rh/gcc-toolset-11/root/usr/lib/gcc/x86_64-redhat-linux/11/plugin && ln -s annobin.so gcc-annobin.so
RUN cargo install [email protected]+cargo-0.82.0 --locked
ADD make_openblas_pc.sh /root
RUN chmod +x /root/make_openblas_pc.sh && /root/make_openblas_pc.sh
RUN yum -y install initscripts vim coreutils-common cronie
Expand Down

0 comments on commit 95b3749

Please sign in to comment.