Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
076ed242
Commit
076ed242
authored
Apr 09, 2025
by
muyangli
Browse files
use conda
parent
06c6a7a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
scripts/build_docker_torch27.sh
scripts/build_docker_torch27.sh
+2
-1
scripts/build_docker_torch28.sh
scripts/build_docker_torch28.sh
+2
-1
No files found.
scripts/build_docker_torch27.sh
View file @
076ed242
...
...
@@ -26,4 +26,5 @@ docker build -f docker/Dockerfile.torch27 --no-cache \
--build-arg
TORCHAUDIO_VERSION
=
${
TORCHAUDIO_VERSION
}
\
-t
lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
.
docker push lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
\ No newline at end of file
docker push lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
docker rmi lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
\ No newline at end of file
scripts/build_docker_torch28.sh
View file @
076ed242
...
...
@@ -38,4 +38,5 @@ docker build -f docker/Dockerfile.torch28 --no-cache \
--build-arg
TORCHAUDIO_VERSION
=
${
TORCHAUDIO_VERSION
}
\
-t
lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
.
docker push lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
\ No newline at end of file
docker push lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
docker rmi lmxyy/nunchaku:
${
NUNCHAKU_VERSION
}
-py
${
PYTHON_VERSION
}
-torch
${
TORCH_VERSION
}
-cuda
${
CUDA_VERSION
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment