Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/diffusion-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG TORCH_ROCM_INDEX_URL=https://download.pytorch.org/whl/rocm6.4
ARG TORCH_CPU_INDEX_URL=https://download.pytorch.org/whl/cpu
ARG IPEX_CPU_VERSION=2.6.0

FROM docker.io/library/python:3.12-slim@sha256:401f6e1a67dad31a1bd78e9ad22d0ee0a3b52154e6bd30e90be696bb6a3d7461 AS base
FROM docker.io/library/python:3.14-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 AS base

ARG COMPUTE
ARG TORCH_CUDA_VERSION
Expand Down
Loading