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 e3f0e1b + 6dc3b77 commit 968687c
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 968687c

Please sign in to comment.