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 3924589 + 0133b2c commit d5254bfCopy full SHA for d5254bf
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 sudo apt-get install -y libgomp1
11
12
# app 디렉토리와 ELK 디렉토리 복사
13
COPY MLOps/app ./app
0 commit comments