fix: неверный базовый образ для ROCm

This commit is contained in:
2025-09-07 12:23:31 +03:00
parent 1f13bc4f86
commit 50fcb2d025

View File

@@ -1,5 +1,8 @@
# Use official Python image as base
FROM python:3.10-slim
# NVIDIA
#FROM python:3.10-slim
# AMD
FROM rocm/pytorch:latest
# Set working directory
WORKDIR /app