Skip to content

Commit

Permalink
[Docker] Install PyTorch on cpu image (#14842)
Browse files Browse the repository at this point in the history
install PyTorch on cpu image
  • Loading branch information
masahi authored May 13, 2023
1 parent 3756b71 commit e54bbc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile.ci_cpu
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@ ENV PATH /opt/sccache:$PATH
# Libxsmm deps
COPY install/ubuntu_install_libxsmm.sh /install
RUN bash /install/ubuntu_install_libxsmm.sh

# ONNX and PyTorch
COPY install/ubuntu_install_onnx.sh /install/ubuntu_install_onnx.sh
RUN bash /install/ubuntu_install_onnx.sh

0 comments on commit e54bbc7

Please sign in to comment.