Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Jun 27, 2024
1 parent 10aafee commit b070c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/DockerfileLatest
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ENV CHIP_BE=opencl
ENV CHIP_DEVICE_TYPE=cpu
ENV CHIP_LOGLEVEL=info

RUN module load oneapi/2024.1.0

RUN module load oneapi/2024.1.0 && which icpx

RUN module load oneapi/2024.1.0 && which icpx && git clone https://github.com/CHIP-SPV/chipStar.git && \
cd chipStar && \
git submodule update --init --recursive && \
Expand Down

0 comments on commit b070c97

Please sign in to comment.