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 e163650 + 303f775 commit 8efeca0
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 @@ -8,8 +8,7 @@ RUN apt-get update && \

COPY Pipfile Pipfile.lock ./
RUN pipenv install --deploy --ignore-pipfile && \
pipenv run pip uninstall -y lightfm && \
pipenv run pip install lightfm --no-binary lightfm
pipenv run pip install --no-binary lightfm lightfm

RUN apt-get purge -y --auto-remove gcc && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 8efeca0

Please sign in to comment.