Skip to content

Commit

Permalink
Build the nightly docker
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Oct 14, 2023
1 parent 7dc8e81 commit 2fb31fb
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 2fb31fb

Please sign in to comment.