Skip to content

Commit

Permalink
fix latest env
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Jun 27, 2024
1 parent 54c06ff commit 10aafee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/DockerfileLatest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ RUN pip install pyyaml

RUN sudo apt-get install vim-common -y # for xxd

CMD export CHIP_BE=opencl; export CHIP_DEVICE_TYPE=cpu; export CHIP_LOGLEVEL=info;
ENV CHIP_BE=opencl
ENV CHIP_DEVICE_TYPE=cpu
ENV CHIP_LOGLEVEL=info

RUN module load oneapi/2024.1.0 && which icpx && git clone https://github.com/CHIP-SPV/chipStar.git && \
cd chipStar && \
Expand All @@ -27,7 +29,7 @@ RUN module load oneapi/2024.1.0 && which icpx && git clone https://github.com/CH
sudo make install


RUN cd ~/chipStar/build/samples/0_MatrixMultiply/MatrixMultiply
RUN /home/chipStarUser/chipStar/build/samples/0_MatrixMultiply/MatrixMultiply

#////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#// //
Expand Down

0 comments on commit 10aafee

Please sign in to comment.