Skip to content

Commit 12c8ee7

Browse files
committed
Fixes missing docker build arg in tensorflow build.
1 parent f0a26b4 commit 12c8ee7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • ML-Frameworks/tensorflow-aarch64

ML-Frameworks/tensorflow-aarch64/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ echo $tf_wheel_name
4747
docker build -t toolsolutions-tensorflow:latest \
4848
--build-arg TENSORFLOW_WHEEL=results/$tf_wheel_name \
4949
--build-arg DOCKER_IMAGE_MIRROR \
50+
--build-arg USERNAME=ubuntu \
5051
.

0 commit comments

Comments
 (0)