Skip to content

Commit 5dfbbce

Browse files
committed
Dependencies: 제거 깃 클론
특정 깃 클론 디펜던시 제거 이에 따라, 도커파일 내 깃설치 삭제
1 parent 82c69dd commit 5dfbbce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.12-slim
55
LABEL org.opencontainers.image.source="https://github.com/AI-SIP/MVP_CV"
66

77
# 필요한 시스템 패키지 먼저 설치
8-
RUN apt-get update && apt-get install -y git \
8+
RUN apt-get update && apt-get install -y \
99
libgl1-mesa-glx \
1010
libglib2.0-0 \
1111
gcc \

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ torch==2.5.1
4949
torchvision==0.20.1
5050
matplotlib==3.9.1.post1
5151
ultralytics==8.3.31
52-
git+https://github.com/facebookresearch/segment-anything.git@dca509fe793f601edb92606367a655c15ac00fdf

0 commit comments

Comments
 (0)