There was an error while loading. Please reload this page.
1 parent c83d321 commit 50e210cCopy full SHA for 50e210c
1 file changed
tutorial/jupyterhub/Dockerfile.tutorial
@@ -49,9 +49,10 @@ ENV PATH=$PATH:/root/.local/bin
49
ENV LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/opt/conda/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:$LD_LIBRARY_PATH
50
51
# Gem5 (TorchSim branch before build)
52
-RUN git clone https://github.com/PSAL-POSTECH/gem5.git --branch ispass2026 \
+RUN git clone https://github.com/PSAL-POSTECH/gem5.git --branch tutorial \
53
&& cd gem5 \
54
&& scons build/RISCV/gem5.opt -j"$(nproc)"
55
+RUN cd gem5 && git checkout ispass2026
56
ENV GEM5_PATH=/workspace/gem5/build/RISCV/gem5.opt
57
58
# LLVM MLIR (RISC-V)
0 commit comments