We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec12083 commit f6543feCopy full SHA for f6543fe
1 file changed
build
@@ -4,7 +4,9 @@
4
# Note if you using a proxy, you need to have it running first.
5
6
DOCKER_BUILDKIT=1 BUILDKIT_PROGRESS=plain \
7
- docker build -t gadicc/diffusers-api \
+ docker build \
8
+ -t gadicc/diffusers-api \
9
+ -t gadicc/diffusers-api:test \
10
--build-arg http_proxy="http://172.17.0.1:3128" \
11
--build-arg https_proxy="http://172.17.0.1:3128" \
12
"$@" .
0 commit comments