Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .devcontainer/rocm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG ROCM_VERSION=7.0.2
ARG ROCM_VERSION=7.1.1

FROM mambaorg/micromamba:2.1.1 as micromamba

FROM rocm/dev-ubuntu-24.04:${ROCM_VERSION}-complete

ARG ROCM_VERSION
ARG PY_VERSION=3.12
ARG TORCH_VERSION=2.7.1
ARG TORCH_VERSION=2.8.0

# Update package lists and install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down