Skip to content

Commit

Permalink
nvcr.io/nvidia/pytorch:21.06-py3 (ultralytics#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 26, 2021
1 parent 51f12d1 commit 73a679e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:21.05-py3
FROM nvcr.io/nvidia/pytorch:21.06-py3

# Install linux packages
RUN apt update && apt install -y zip htop screen libgl1-mesa-glx
Expand All @@ -9,7 +9,7 @@ COPY requirements.txt .
RUN python -m pip install --upgrade pip
RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil notebook
RUN pip install --no-cache -U torch torchvision
RUN pip install --no-cache torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html

# Create working directory
RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit 73a679e

Please sign in to comment.