mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-13 17:48:22 +06:00
Update deepspeed amd image (#35906)
This commit is contained in:
parent
33cb1f7b61
commit
a50befa9b9
@ -1,11 +1,11 @@
|
|||||||
FROM rocm/dev-ubuntu-22.04:5.6
|
FROM rocm/dev-ubuntu-22.04:6.3
|
||||||
LABEL maintainer="Hugging Face"
|
LABEL maintainer="Hugging Face"
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG PYTORCH='2.1.1'
|
ARG PYTORCH='2.5.1'
|
||||||
ARG TORCH_VISION='0.16.1'
|
ARG TORCH_VISION='0.20.0'
|
||||||
ARG TORCH_AUDIO='2.1.1'
|
ARG TORCH_AUDIO='2.5.0'
|
||||||
ARG ROCM='5.6'
|
ARG ROCM='6.3'
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y --no-install-recommends \
|
apt install -y --no-install-recommends \
|
||||||
|
Loading…
Reference in New Issue
Block a user