Skip to content

Commit

Permalink
installing bazel in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 17, 2023
1 parent e7a1e4f commit 934fb35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/docker/onedal-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ RUN .ci/env/apt.sh dpcpp
RUN .ci/env/apt.sh clang-format

# Installing environment for bazel
RUN .ci/env/bazelisk.sh
RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64 && \
chmod 755 bazelisk-linux-amd64 && \
mv bazelisk-linux-amd64 /usr/bin/bazel

# Installing openBLAS dependency
RUN .ci/env/openblas.sh
Expand Down

0 comments on commit 934fb35

Please sign in to comment.