Skip to content

Commit a5de2e6

Browse files
authored
배포 v1.10.8
배포 v1.10.8
2 parents bcf1b77 + 4a4d599 commit a5de2e6

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 apt-get update && apt-get install -y libgomp1
1011

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

0 commit comments

Comments
 (0)