pytorch-docker/Dockerfile
Alex Borisov 2ec3283e34
All checks were successful
Actions Build Docker Image / Build-Docker (push) Successful in 12m34s
initial
2024-02-11 16:46:50 +03:00

8 lines
124 B
Docker

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