From 7d1ce582f94aee7ead556339d25f92cf021d63f1 Mon Sep 17 00:00:00 2001 From: stopmin Date: Mon, 15 Jul 2024 18:16:32 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 732ba26..eb42dca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends gcc libpq-dev libatlas-base-dev libomp-dev && \ pip install --no-cache-dir pipenv +ENV NO_OPENMP=1 + COPY Pipfile Pipfile.lock ./ RUN pipenv install --deploy --ignore-pipfile && \ pipenv run pip install --no-binary lightfm lightfm