-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docker] Change cuda verion to 10.2 for cmb branch.
- Loading branch information
1 parent
715e5ea
commit f53b25a
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
#!/bin/bash -xe | ||
|
||
VER="0.7.4" | ||
VER="0.7.3" | ||
FLAVOR="devel" | ||
NAMESPACE="registry-intl.us-west-1.aliyuncs.com/computation" | ||
|
||
base_image_gpu="nvidia/cuda:11.3.1-cudnn8-devel-ubuntu18.04" | ||
base_image_gpu="nvidia/cuda:10.2-cudnn8-devel-ubuntu18.04" | ||
base_image_cpu="ubuntu:18.04" | ||
|
||
#docker build --build-arg BASE_IMAGE=${base_image_cpu} \ | ||
# -t $NAMESPACE/halo:$VER-$FLAVOR-x86_64-ubuntu18.04 . | ||
|
||
docker build --build-arg BASE_IMAGE=${base_image_gpu} \ | ||
-t $NAMESPACE/halo:$VER-$FLAVOR-cuda11.3.1-cudnn8-ubuntu18.04 . | ||
-t $NAMESPACE/halo:$VER-$FLAVOR-cuda10.2-cudnn8-ubuntu18.04 . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters