Skip to content

Commit

Permalink
sst-integration: remove make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Aug 24, 2024
1 parent 783e9b7 commit b764efc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ RUN git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git \
&& rm -rf riscv-gnu-toolchain

# Setup GPU app collection in SST mode
RUN apt-get update && apt-get install python3 python2
RUN export PATH=$CUDA_INSTALL_PATH/bin:$PATH \
&& cd gpu-app-collection \
&& make clean -C ./src \
&& git checkout sst_support \
&& source ./src/setup_environment sst \
&& rm gpucomputingsdk_4.2.9_linux.run \
Expand Down

0 comments on commit b764efc

Please sign in to comment.