Update Dockerfile (#4935)
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN python -m pip install --upgrade pip
|
|
12 |
RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
|
13 |
RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil notebook wandb>=0.12.2
|
14 |
RUN pip install --no-cache -U torch torchvision numpy
|
15 |
-
# RUN pip install --no-cache torch==1.9.
|
16 |
|
17 |
# Create working directory
|
18 |
RUN mkdir -p /usr/src/app
|
|
|
12 |
RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
|
13 |
RUN pip install --no-cache -r requirements.txt coremltools onnx gsutil notebook wandb>=0.12.2
|
14 |
RUN pip install --no-cache -U torch torchvision numpy
|
15 |
+
# RUN pip install --no-cache torch==1.9.1+cu111 torchvision==0.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html
|
16 |
|
17 |
# Create working directory
|
18 |
RUN mkdir -p /usr/src/app
|