Skip to content

Commit

Permalink
Dependencies: 제거 깃 클론
Browse files Browse the repository at this point in the history
특정 깃 클론 디펜던시 제거
이에 따라, 도커파일 내 깃설치 삭제
  • Loading branch information
semnisem committed Nov 25, 2024
1 parent 82c69dd commit 5dfbbce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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 git \
RUN apt-get update && apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0 \
gcc \
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ torch==2.5.1
torchvision==0.20.1
matplotlib==3.9.1.post1
ultralytics==8.3.31
git+https://github.com/facebookresearch/segment-anything.git@dca509fe793f601edb92606367a655c15ac00fdf

0 comments on commit 5dfbbce

Please sign in to comment.