Skip to content

Commit f6ada1f

Browse files
committed
[Refactor] Remove unused env vars
1 parent 6d043ad commit f6ada1f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile.base

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ RUN curl -L -H "Accept: application/octet-stream" https://api.github.com/repos/P
6767

6868
# Store RISC-V LLVM for TorchSim
6969
ENV TORCHSIM_LLVM_PATH=/riscv-llvm/bin
70-
ENV TORCHSIM_LLVM_INCLUDE_PATH=/riscv-llvm/include
7170
ENV TORCHSIM_DIR=/workspace/PyTorchSim
72-
ENV LLVM_DIR=/riscv-llvm
7371

7472
# Download Spike simulator
7573
RUN curl -L -H "Accept: application/octet-stream" https://api.github.com/repos/PSAL-POSTECH/riscv-isa-sim/releases/assets/${SPIKE_ASSET_ID} -o /tmp/spike-release.tar.gz && \

tutorial/jupyterhub/Dockerfile.ksc2025

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ RUN cd llvm-project && mkdir build && cd build && \
5252

5353
# Store RISC-V LLVM for TorchSim
5454
ENV TORCHSIM_LLVM_PATH=/riscv-llvm/bin
55-
ENV TORCHSIM_LLVM_INCLUDE_PATH=/riscv-llvm/include
5655
ENV TORCHSIM_DIR=/workspace/PyTorchSim
57-
ENV LLVM_DIR=/riscv-llvm
5856

5957
# Download RISC-V tool chain
6058
RUN apt install -y wget && \

0 commit comments

Comments
 (0)