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 7d1ce58 commit 6dc3b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 6dc3b77

Please sign in to comment.