Skip to content

Commit f9d09dd

Browse files
Weiming Zhaoweimingzha0
Weiming Zhao
authored andcommitted
[Doc] Update docker tags to match with current naming
1 parent a9db5ea commit f9d09dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/how_to_build.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ which is under [utils/docker](../utils/docker):
4141

4242
You can also pull the Docker images for development from aliyun:
4343
```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
4545

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
4747
```
4848

4949
## Build From Scratch <a name="build-from-scratch"/>

utils/docker/build_image.sh

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ docker build --build-arg BASE_IMAGE=${base_image_cpu} \
1212

1313
docker build --build-arg BASE_IMAGE=${base_image_gpu} \
1414
-t $NAMESPACE/halo:$VER-$FLAVOR-cuda10.0-cudnn7-ubuntu18.04 .
15+

0 commit comments

Comments
 (0)