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 f8205e4 commit 85361d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/DockerfileLatest
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ ENV CHIP_BE=opencl
ENV CHIP_DEVICE_TYPE=cpu
ENV CHIP_LOGLEVEL=info

RUN ls /apps/conda/envs/oneapi-2024.1.0/bin

RUN module load oneapi/2024.1.0;which icpx
RUN clinfo -l

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

0 comments on commit 85361d8

Please sign in to comment.