Skip to content

Commit

Permalink
Build the nightly docker (#1985)
Browse files Browse the repository at this point in the history
Summary:
GCP has some issues accessing Ubuntu repo, move the system level package install to the base image.

Problematic docker build: https://github.com/pytorch/benchmark/actions/runs/6509843007

Test docker build: https://github.com/pytorch/benchmark/actions/runs/6517632118

Pull Request resolved: #1985

Reviewed By: aaronenyeshi

Differential Revision: D50338416

Pulled By: xuzhao9

fbshipit-source-id: 365cabfcd81e2df7e70ae24aa7d6a3f748308a03
  • Loading branch information
xuzhao9 authored and facebook-github-bot committed Oct 16, 2023
1 parent 0d7b6af commit eb1adce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/torchbench-nightly.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ ENV CONDA_ENV=torchbench
ENV SETUP_SCRIPT=/workspace/setup_instance.sh
ARG TORCHBENCH_BRANCH=${TORCHBENCH_BRANCH:-main}

# Setup dependencies
RUN sudo apt install -y libsdl2-dev libsdl2-2.0-0

# Setup Conda env and CUDA
RUN git clone -b "${TORCHBENCH_BRANCH}" --single-branch \
https://github.com/pytorch/benchmark /workspace/benchmark
Expand Down

0 comments on commit eb1adce

Please sign in to comment.