Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/ISSUE-87' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 15, 2024
2 parents 60c6ec8 + 7d1ce58 commit e3f0e1b
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 e3f0e1b

Please sign in to comment.