We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c69dd commit 5dfbbceCopy full SHA for 5dfbbce
Dockerfile
@@ -5,7 +5,7 @@ FROM python:3.12-slim
5
LABEL org.opencontainers.image.source="https://github.com/AI-SIP/MVP_CV"
6
7
# 필요한 시스템 패키지 먼저 설치
8
-RUN apt-get update && apt-get install -y git \
+RUN apt-get update && apt-get install -y \
9
libgl1-mesa-glx \
10
libglib2.0-0 \
11
gcc \
requirements.txt
@@ -49,4 +49,3 @@ torch==2.5.1
49
torchvision==0.20.1
50
matplotlib==3.9.1.post1
51
ultralytics==8.3.31
52
-git+https://github.com/facebookresearch/segment-anything.git@dca509fe793f601edb92606367a655c15ac00fdf
0 commit comments