Skip to content

Commit

Permalink
Install time command in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Sep 25, 2023
1 parent 83a2ee0 commit 1e083a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion images/pytorch-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime

RUN apt update && apt install -y git
RUN apt update && apt install -y git time
# TODO: Checkout certain commit here
RUN git clone https://github.com/pytorch/benchmark
WORKDIR /workspace/benchmark
Expand Down
3 changes: 0 additions & 3 deletions images/pytorch-benchmarks/run-benchmark.sh

This file was deleted.

0 comments on commit 1e083a8

Please sign in to comment.