From 303f775e8e281e41bdc57712d1f74137cae457a9 Mon Sep 17 00:00:00 2001 From: stopmin Date: Mon, 15 Jul 2024 17:58:00 +0900 Subject: [PATCH] =?UTF-8?q?libomp-dev=20=ED=8C=A8=ED=82=A4=EC=A7=80=20?= =?UTF-8?q?=EC=84=A4=EC=B9=98=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3f9a21..732ba26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,7 @@ RUN apt-get update && \ COPY Pipfile Pipfile.lock ./ RUN pipenv install --deploy --ignore-pipfile && \ - pipenv run pip uninstall -y lightfm && \ - pipenv run pip install lightfm --no-binary lightfm + pipenv run pip install --no-binary lightfm lightfm RUN apt-get purge -y --auto-remove gcc && \ rm -rf /var/lib/apt/lists/*