glenn-jocher commited on
Commit
bb79e13
1 Parent(s): 6c0e1d9

RUN pip install --no-cache -U torch torchvision (#3637)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ COPY requirements.txt .
9
  RUN python -m pip install --upgrade pip
10
  RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
11
  RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil notebook
 
12
 
13
  # Create working directory
14
  RUN mkdir -p /usr/src/app
 
9
  RUN python -m pip install --upgrade pip
10
  RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
11
  RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil notebook
12
+ RUN pip install --no-cache -U torch torchvision
13
 
14
  # Create working directory
15
  RUN mkdir -p /usr/src/app