FROM python:3.11 LABEL maintainer="info@borisov-ab.ru" RUN apt update && \ apt full-upgrade -y RUN pip install torch