Skip to content

Commit d5254bf

Browse files
authored
fix: Dockerfile에 libgomp1 패키지 설치 추가
fix: Dockerfile에 libgomp1 패키지 설치 추가
2 parents 3924589 + 0133b2c commit d5254bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MLOps/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY MLOps/requirements.txt .
77
RUN pip install --upgrade pip
88
RUN pip install --no-cache-dir -r requirements.txt
99
RUN pip install -U langchain-chroma
10+
RUN sudo apt-get install -y libgomp1
1011

1112
# app 디렉토리와 ELK 디렉토리 복사
1213
COPY MLOps/app ./app

0 commit comments

Comments
 (0)