Fix PyTorch version compatibility and update ROCm Dockerfile image
- Change torch to stable 2.4.0, add torchvision for compatibility - Update Dockerfile to use specific ROCm PyTorch image version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use ROCm PyTorch base image
|
||||
FROM rocm/pytorch:latest
|
||||
# Use ROCm PyTorch base image with compatible PyTorch
|
||||
FROM rocm/pytorch:2.4.0-rocm6.0-cxx11-ubuntu22.04
|
||||
|
||||
# Set environment variables for ROCm and Python
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
Reference in New Issue
Block a user