Skip to content

Commit

Permalink
Build 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Sep 25, 2024
1 parent 7683ab6 commit 4ca1821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", comfyui: "v0.2.0", python: "3.10", pytorch: "2.4.0"}
- {latest: "false", comfyui: "v0.2.2", python: "3.10", pytorch: "2.4.1"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", comfyui: "v0.2.0", python: "3.10", pytorch: "2.3.1", cuda: "12.1.1-base"}
- {latest: "false", comfyui: "v0.2.2", python: "3.10", pytorch: "2.4.1", cuda: "12.1.1-base"}
steps:
-
name: Free Space
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", comfyui: "v0.2.0", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"}
- {latest: "false", comfyui: "v0.2.2", python: "3.10", pytorch: "2.3.1", rocm: "6.0-runtime"}
steps:
-
name: Free Space
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: ./build
args:
PYTHON_VERSION: ${PYTHON_VERSION:-3.10}
PYTORCH_VERSION: ${PYTORCH_VERSION:-2.3.0}
PYTORCH_VERSION: ${PYTORCH_VERSION:-2.4.1}
COMFYUI_BUILD_REF: ${COMFYUI_BUILD_REF:-}
# Base on Python image which is base + python + jupyter
IMAGE_BASE: ${IMAGE_BASE:-ghcr.io/ai-dock/python:${PYTHON_VERSION:-3.10}-v2-cuda-12.1.1-base-22.04}
Expand Down

0 comments on commit 4ca1821

Please sign in to comment.