We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d9eb8 commit d1ffac2Copy full SHA for d1ffac2
1 file changed
tutorial/jupyterhub/Dockerfile.ksc2025
@@ -80,8 +80,6 @@ RUN git clone https://github.com/riscv-software-src/riscv-pk.git && \
80
RUN apt install ninja-build && pip install onnx matplotlib && pip install --user conan==1.56.0
81
82
# Prepare PyTorchSim project
83
-RUN echo "Remove me!"
84
-
85
RUN git clone https://github.com/PSAL-POSTECH/PyTorchSim.git --branch tutorial
86
RUN cd PyTorchSim/TOGSim && \
87
git submodule update --recursive --init && \
0 commit comments