File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6969ENV TORCHSIM_LLVM_PATH=/riscv-llvm/bin
70- ENV TORCHSIM_LLVM_INCLUDE_PATH=/riscv-llvm/include
7170ENV TORCHSIM_DIR=/workspace/PyTorchSim
72- ENV LLVM_DIR=/riscv-llvm
7371
7472# Download Spike simulator
7573RUN 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 && \
Original file line number Diff line number Diff line change @@ -52,9 +52,7 @@ RUN cd llvm-project && mkdir build && cd build && \
5252
5353# Store RISC-V LLVM for TorchSim
5454ENV TORCHSIM_LLVM_PATH=/riscv-llvm/bin
55- ENV TORCHSIM_LLVM_INCLUDE_PATH=/riscv-llvm/include
5655ENV TORCHSIM_DIR=/workspace/PyTorchSim
57- ENV LLVM_DIR=/riscv-llvm
5856
5957# Download RISC-V tool chain
6058RUN apt install -y wget && \
You can’t perform that action at this time.
0 commit comments