Skip to content

Commit

Permalink
Try adding another image layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Sep 22, 2023
1 parent 863a420 commit 4fd0031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/pytorch-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM nvcr.io/nvidia/pytorch:22.12-py3

# RUN pip install -U pip
# RUN pip install torchvision torchaudio
RUN pip uninstall torch -y && pip install --no-cache torch torchvision torchaudio

# RUN git clone https://github.com/pytorch/benchmark
# WORKDIR /workspace/benchmark
# # Add other benchmarks here?
Expand Down

0 comments on commit 4fd0031

Please sign in to comment.