This commit is contained in:
Untone 2024-09-27 00:15:25 +03:00
parent 1f92c65595
commit de1e4f20af

View File

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