Skip to content

Commit d1ffac2

Browse files
authored
Remove echo command from Dockerfile
Removed unnecessary echo command from Dockerfile.
1 parent 88d9eb8 commit d1ffac2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tutorial/jupyterhub/Dockerfile.ksc2025

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ RUN git clone https://github.com/riscv-software-src/riscv-pk.git && \
8080
RUN apt install ninja-build && pip install onnx matplotlib && pip install --user conan==1.56.0
8181

8282
# Prepare PyTorchSim project
83-
RUN echo "Remove me!"
84-
8583
RUN git clone https://github.com/PSAL-POSTECH/PyTorchSim.git --branch tutorial
8684
RUN cd PyTorchSim/TOGSim && \
8785
git submodule update --recursive --init && \

0 commit comments

Comments
 (0)