We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc20a9b commit b6e6076Copy full SHA for b6e6076
visual-ai/Wan2.2/build.sh
@@ -3,4 +3,4 @@ set -x
3
export HTTP_PROXY=<your_http_proxy>
4
export HTTPS_PROXY=<your_https_proxy>
5
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
+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