Skip to content

Commit

Permalink
Fix CUDA version
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 6, 2024
1 parent ac5bf6f commit 8f6d633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
build:
# Undeclared SHA tags with latest commit from master branch
# Only building periodic sha tagged images
- {latest: "false", sha: "de17a97", python: "3.10", pytorch: "2.3.1", cuda: "12.1.0-base"}
- {latest: "false", sha: "de17a97", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"}
steps:
-
name: Free Space
Expand Down
2 changes: 1 addition & 1 deletion build/COPY_ROOT_0/opt/ai-dock/bin/build/layer0/cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_cpu_main() {
}

build_cpu_install_deps() {
"$FOOOCUS_VENV_PIP" install --no-cache-dir \
"$COMFYUI_VENV_PIP" install --no-cache-dir \
torch==${PYTORCH_VERSION} \
torchvision \
torchaudio \
Expand Down

0 comments on commit 8f6d633

Please sign in to comment.