Skip to content

Commit b29756a

Browse files
TAO 5.0 Release - PyTorch
1 parent 08ffd5d commit b29756a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/docker/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if [ $BUILD_DOCKER = "1" ]; then
8686
echo "Skipping wheel builds ..."
8787
fi
8888

89-
docker build --pull -f $NV_TAO_PYTORCH_TOP/release/docker/Dockerfile -t $registry/$repository:$tag $NO_CACHE --network=host $NV_TAO_PYTORCH_TOP/.
89+
docker build -f $NV_TAO_PYTORCH_TOP/release/docker/Dockerfile -t $registry/$repository:$tag $NO_CACHE --network=host $NV_TAO_PYTORCH_TOP/.
9090

9191
if [ $PUSH_DOCKER = "1" ]; then
9292
echo "Pusing docker ..."

0 commit comments

Comments
 (0)