From 6dc3b7774b6ea5ac19425a6f1138a111507565f0 Mon Sep 17 00:00:00 2001 From: stopmin Date: Mon, 15 Jul 2024 18:25:54 +0900 Subject: [PATCH] =?UTF-8?q?openmp=20=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94?= 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 eb42dca..b15186e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,7 @@ RUN apt-get update && \ ENV NO_OPENMP=1 COPY Pipfile Pipfile.lock ./ -RUN pipenv install --deploy --ignore-pipfile && \ - pipenv run pip install --no-binary lightfm lightfm +RUN pipenv install --deploy --ignore-pipfile RUN apt-get purge -y --auto-remove gcc && \ rm -rf /var/lib/apt/lists/*