diff --git a/Dockerfile b/Dockerfile index 7af7b6a..8661e5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,12 +5,11 @@ FROM python:3.12-slim LABEL org.opencontainers.image.source="https://github.com/AI-SIP/MVP_CV" # 필요한 시스템 패키지 먼저 설치 -RUN apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update && apt-get install -y git \ libgl1-mesa-glx \ libglib2.0-0 \ gcc \ python3-dev && \ - git && \ rm -rf /var/lib/apt/lists/* \ # 작업 디렉토리 설정