File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ which is under [utils/docker](../utils/docker):
41
41
42
42
You can also pull the Docker images for development from aliyun:
43
43
``` bash
44
- docker pull registry-intl.us-west-1.aliyuncs.com/computation/halo:0.5 -cuda10.0-cudnn7-ubuntu18.04 # Ubuntu 18.04 with CUDA 10.0
44
+ docker pull registry-intl.us-west-1.aliyuncs.com/computation/halo:latest-devel -cuda10.0-cudnn7-ubuntu18.04 # Ubuntu 18.04 with CUDA 10.0
45
45
46
- docker pull registry-intl.us-west-1.aliyuncs.com/computation/halo:0.5 -x86_64-ubuntu18.04 # Ubuntu 18.04
46
+ docker pull registry-intl.us-west-1.aliyuncs.com/computation/halo:latest-devel -x86_64-ubuntu18.04 # Ubuntu 18.04
47
47
```
48
48
49
49
## Build From Scratch <a name =" build-from-scratch " />
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ docker build --build-arg BASE_IMAGE=${base_image_cpu} \
12
12
13
13
docker build --build-arg BASE_IMAGE=${base_image_gpu} \
14
14
-t $NAMESPACE /halo:$VER -$FLAVOR -cuda10.0-cudnn7-ubuntu18.04 .
15
+
You can’t perform that action at this time.
0 commit comments