Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ ENV BUILD_CPP_TESTS "${build_cpp_tests}"

RUN apt-get update
RUN apt-get install -y git sudo python3-pip
# To enable `base_image=ubuntu:focal`
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
RUN git clone https://github.com/pytorch/pytorch

# Disable CUDA for PyTorch and ensure the pre-built wheel works
Expand Down