Skip to content

Commit 5eed119

Browse files
TAO 5.0 Release - PyTorch
1 parent 6064252 commit 5eed119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/docker/deploy.sh

Lines changed: 1 addition & 1 deletion
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)