This commit is contained in:
2024-09-27 00:42:33 +03:00
parent 5bc7a165a9
commit 4ca6ebee44

View File

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