zdou0830 commited on
Commit
010b752
1 Parent(s): f61e19e
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  #FROM pengchuanzhang/pytorch:ubuntu20.04_torch1.9-cuda11.3-nccl2.9.9
2
- FROM python:3.9
 
3
  #FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
4
 
5
 
 
1
  #FROM pengchuanzhang/pytorch:ubuntu20.04_torch1.9-cuda11.3-nccl2.9.9
2
+ #FROM python:3.9
3
+ from pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel
4
  #FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
5
 
6