Skip to content

Commit

Permalink
chore: remove env declarations from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Sep 23, 2024
1 parent 3166341 commit 8a33f0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/sequencer-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt update && apt -y install \
python3-dev \
libzstd-dev \
wget \
gnupg
gnupg \
sudo


Expand All @@ -27,9 +27,5 @@ ENV RUSTUP_HOME=/var/tmp/rust
ENV CARGO_HOME=${RUSTUP_HOME}
ENV PATH=$PATH:${RUSTUP_HOME}/bin

ENV MLIR_SYS_180_PREFIX=/usr/lib/llvm-18/
ENV LLVM_SYS_181_PREFIX=/usr/lib/llvm-18/
ENV TABLEGEN_180_PREFIX=/usr/lib/llvm-18/

COPY install_build_tools.sh .
RUN bash install_build_tools.sh

0 comments on commit 8a33f0a

Please sign in to comment.