Skip to content

Commit

Permalink
sst-integration: add python for gpu app
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Aug 24, 2024
1 parent 31787c0 commit 783e9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ 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 \
Expand Down

0 comments on commit 783e9b7

Please sign in to comment.