This commit is contained in:
Untone 2024-09-27 00:19:58 +03:00
parent de1e4f20af
commit b8c70a1eec

View File

@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM bitnami/pytorch AS builder
FROM python:slim AS builder
WORKDIR /app