From d81ac8263c3f6320c6bcdd2ff91215297f1b4861 Mon Sep 17 00:00:00 2001 From: glihm Date: Tue, 11 Jun 2024 20:39:36 -0600 Subject: [PATCH] fix: attempt a new path for bashrc --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5dbbf08009..d706c2a0a1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -17,7 +17,7 @@ RUN curl -s https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gp RUN echo "deb http://apt.llvm.org/${VARIANT}/ llvm-toolchain-${VARIANT}-17 main" | tee /etc/apt/sources.list.d/llvm.list && apt-get update RUN apt-get -y install -t llvm-toolchain-${VARIANT}-17 llvm-17 llvm-17-dev llvm-17-runtime clang-17 clang-tools-17 lld-17 libpolly-17-dev libmlir-17-dev mlir-17-tools -RUN curl -L https://foundry.paradigm.xyz/ | bash && source ~/.bashrc && foundryup +RUN curl -L https://foundry.paradigm.xyz/ | bash && source /root/.bashrc && foundryup # To build Katana with 'native' feature, we need to set the following environment variables ENV MLIR_SYS_170_PREFIX=/usr/lib/llvm-17