Skip to content

Commit

Permalink
openmp 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 15, 2024
1 parent c93bf24 commit 7d1ce58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d1ce58

Please sign in to comment.