Skip to content

Commit

Permalink
Remove copy of deleted file
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Sep 26, 2023
1 parent 1e083a8 commit 9ef66a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions images/pytorch-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR /workspace/benchmark
# Add other benchmarks here?
RUN python install.py alexnet resnet50 llama

# PyTorch install.py pins numpy=1.21.2 but this breaks numba so update both here
RUN pip install -U numpy numba

COPY run-benchmark.sh /usr/local/bin/
# PyTorch install.py pins numpy=1.21.2 but
# this breaks numba so update both here
RUN pip install -U numpy numba

0 comments on commit 9ef66a8

Please sign in to comment.