From b8c70a1eec0705d85af34fa6832ee0cf68b8d870 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 27 Sep 2024 00:19:58 +0300 Subject: [PATCH] image1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 262f112..1caa9c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build stage -FROM bitnami/pytorch AS builder +FROM python:slim AS builder WORKDIR /app