mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Use an image with earlier drivers
This commit is contained in:
parent
8f1071ea4d
commit
1980c5f236
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- labels: [self-hosted, Linux, X64, rocm-7600-8gb]
|
||||
container: "rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2"
|
||||
- labels: [self-hosted, Linux, X64, cuda-3060-12gb]
|
||||
container: "nvcr.io/nvidia/pytorch:24.04-py3"
|
||||
container: "nvcr.io/nvidia/pytorch:24.03-py3"
|
||||
steps:
|
||||
- run: |
|
||||
apt update
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM nvcr.io/nvidia/pytorch:24.04-py3
|
||||
FROM nvcr.io/nvidia/pytorch:24.03-py3
|
||||
RUN pip install --no-cache --no-build-isolation git+https://github.com/hiddenswitch/ComfyUI.git
|
||||
EXPOSE 8188
|
||||
WORKDIR /workspace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user