mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 21:00:16 +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]
|
- labels: [self-hosted, Linux, X64, rocm-7600-8gb]
|
||||||
container: "rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2"
|
container: "rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2"
|
||||||
- labels: [self-hosted, Linux, X64, cuda-3060-12gb]
|
- 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:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apt update
|
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
|
RUN pip install --no-cache --no-build-isolation git+https://github.com/hiddenswitch/ComfyUI.git
|
||||||
EXPOSE 8188
|
EXPOSE 8188
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user