diff --git a/Changes.md b/Changes.md index f46d891..0dd1cf3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -3.0.0ax +3.0.0a6 ======= - Dockerfile : Removed `cuda-nsight-compute-11-8.x86_64`, `libcublas-devel-11-8-11.11.3.6-1.x86_64`, `sonar-scanner-4.8.0.2856-linux`, and various intermediate installation files to reduce container size. diff --git a/build.py b/build.py index be1ce09..fb9e691 100755 --- a/build.py +++ b/build.py @@ -118,7 +118,7 @@ parser.add_argument( "--docker-image-version", dest = "dockerImageVersion", - default = "3.0.0a5", + default = "3.0.0a6", help = "The Docker image tag to use for Docker builds." )