From 8e0ff41bb723fa45107b10a139de1a1e2a6556e5 Mon Sep 17 00:00:00 2001 From: hjmoons Date: Thu, 30 Oct 2025 14:22:50 +0900 Subject: [PATCH] =?UTF-8?q?AI=20=EB=8F=84=EC=BB=A4=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/container/Dockerfile-ai-python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/container/Dockerfile-ai-python b/deployment/container/Dockerfile-ai-python index 3f7a6c3..ebd2fe8 100644 --- a/deployment/container/Dockerfile-ai-python +++ b/deployment/container/Dockerfile-ai-python @@ -1,5 +1,5 @@ # Build stage -FROM python:3.13-slim AS builder +FROM python:3.11-slim AS builder WORKDIR /app @@ -17,7 +17,7 @@ ENV PATH="/opt/venv/bin:$PATH" RUN pip install --no-cache-dir -r requirements.txt # Run stage -FROM python:3.13-slim +FROM python:3.11-slim ENV USERNAME=k8s ENV ARTIFACTORY_HOME=/home/${USERNAME}