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.
2 parents bcf1b77 + 4a4d599 commit a5de2e6Copy full SHA for a5de2e6
MLOps/Dockerfile
@@ -7,6 +7,7 @@ COPY MLOps/requirements.txt .
7
RUN pip install --upgrade pip
8
RUN pip install --no-cache-dir -r requirements.txt
9
RUN pip install -U langchain-chroma
10
+RUN apt-get update && apt-get install -y libgomp1
11
12
# app 디렉토리와 ELK 디렉토리 복사
13
COPY MLOps/app ./app
0 commit comments