Skip to content

Commit 50e210c

Browse files
authored
[Tutorial] fix
1 parent c83d321 commit 50e210c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorial/jupyterhub/Dockerfile.tutorial

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ ENV PATH=$PATH:/root/.local/bin
4949
ENV LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/opt/conda/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:$LD_LIBRARY_PATH
5050

5151
# Gem5 (TorchSim branch before build)
52-
RUN git clone https://github.com/PSAL-POSTECH/gem5.git --branch ispass2026 \
52+
RUN git clone https://github.com/PSAL-POSTECH/gem5.git --branch tutorial \
5353
&& cd gem5 \
5454
&& scons build/RISCV/gem5.opt -j"$(nproc)"
55+
RUN cd gem5 && git checkout ispass2026
5556
ENV GEM5_PATH=/workspace/gem5/build/RISCV/gem5.opt
5657

5758
# LLVM MLIR (RISC-V)

0 commit comments

Comments
 (0)