Skip to content

Commit

Permalink
[ci][docker gpu] Install dnnl in docker GPU. (#11744)
Browse files Browse the repository at this point in the history
BYOC related tutorial may use dnnl  and such tutorial run at docker gpu
which need to install dnnl to prepare the environment.
  • Loading branch information
huajsj authored Jun 17, 2022
1 parent 7433b2f commit 1b8f3b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ COPY install/ubuntu_install_sccache.sh /install/ubuntu_install_sccache.sh
RUN bash /install/ubuntu_install_sccache.sh
ENV PATH /opt/sccache:$PATH

# dnnl
COPY install/ubuntu_install_dnnl.sh /install/ubuntu_install_dnnl.sh
RUN bash /install/ubuntu_install_dnnl.sh

# Environment variables
ENV PATH=/usr/local/nvidia/bin:${PATH}
ENV PATH=/usr/local/cuda/bin:${PATH}
Expand Down

0 comments on commit 1b8f3b5

Please sign in to comment.