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 d425c0d commit d50f745Copy full SHA for d50f745
.github/workflows/docker-build.yml
@@ -1,6 +1,9 @@
1
name: Build and Push Docker Image to GitHub Container Registry
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
workflow_dispatch:
8
9
jobs:
Dockerfile
@@ -15,7 +15,7 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git /ComfyUI
15
16
# 安装 PyTorch,指定 ROCm 相关包
17
RUN pip3 install --no-cache-dir torch torchvision torchaudio \
18
- --index-url https://download.pytorch.org/whl/rocm6.3
+ --index-url https://download.pytorch.org/whl/rocm6.2
19
20
# 安装 ComfyUI 项目依赖
21
WORKDIR /ComfyUI
0 commit comments