We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d45440 commit aa870e5Copy full SHA for aa870e5
make_image.sh
@@ -82,6 +82,7 @@ git_pull https://github.com/nv-legate/cunumeric.git cunumeric HEAD
82
83
# Build and push image
84
if [[ "$PLATFORM" == generic-* ]]; then
85
+ export NETWORK=none
86
IMAGE=legate-"$PLATFORM"
87
else
88
IMAGE=legate-"$PLATFORM"-"$NETWORK"
0 commit comments