Skip to content

Commit b6e6076

Browse files
authored
Update build.sh
1 parent bc20a9b commit b6e6076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visual-ai/Wan2.2/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -x
33
export HTTP_PROXY=<your_http_proxy>
44
export HTTPS_PROXY=<your_https_proxy>
55

6-
docker build -f ./docker/Dockerfile . -t llm-scaler-visualai:latest-wan2.1 --build-arg https_proxy=$HTTPS_PROXY --build-arg http_proxy=$HTTP_PROXY
6+
docker build -f ./docker/Dockerfile . -t llm-scaler-visualai:latest-wan2.2 --build-arg https_proxy=$HTTPS_PROXY --build-arg http_proxy=$HTTP_PROXY

0 commit comments

Comments
 (0)