update dockerfile

This commit is contained in:
Qing
2023-01-20 09:30:14 +08:00
parent 00def97e9f
commit b35cffadbd
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ docker buildx build \
--label org.opencontainers.image.source=$GIT_REPO \
--label org.opencontainers.image.version=$GIT_TAG \
--build-arg version=$GIT_TAG \
--tag lama-cleaner:cpu-$GIT_TAG .
--tag cwq1913/lama-cleaner:cpu-$GIT_TAG .
echo "Building NVIDIA GPU docker image..."
@@ -28,4 +28,4 @@ docker buildx build \
--label org.opencontainers.image.source=$GIT_REPO \
--label org.opencontainers.image.version=$GIT_TAG \
--build-arg version=$GIT_TAG \
--tag lama-cleaner:gpu-$GIT_TAG .
--tag cwq1913/lama-cleaner:gpu-$GIT_TAG .