Skip to content

Commit

Permalink
fixing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 14, 2023
1 parent da719ef commit 6f7d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/onedal-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN .ci/env/openblas.sh
ARG config

RUN \
if [ "${config}" == "build_make" ] ; \
if [ "${config}" = "build_make" ] ; \
then \
.ci/scripts/build.sh --compiler gnu --optimizations avx2 --target daal --conda-env ci-env; \
.ci/scripts/build.sh --compiler gnu --optimizations avx2 --target oneapi_c; \
Expand Down

0 comments on commit 6f7d25e

Please sign in to comment.