We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ffd5d commit b29756aCopy full SHA for b29756a
release/docker/deploy.sh
@@ -86,7 +86,7 @@ if [ $BUILD_DOCKER = "1" ]; then
86
echo "Skipping wheel builds ..."
87
fi
88
89
- docker build --pull -f $NV_TAO_PYTORCH_TOP/release/docker/Dockerfile -t $registry/$repository:$tag $NO_CACHE --network=host $NV_TAO_PYTORCH_TOP/.
+ docker build -f $NV_TAO_PYTORCH_TOP/release/docker/Dockerfile -t $registry/$repository:$tag $NO_CACHE --network=host $NV_TAO_PYTORCH_TOP/.
90
91
if [ $PUSH_DOCKER = "1" ]; then
92
echo "Pusing docker ..."
0 commit comments