diff --git a/Dockerfile b/Dockerfile index b3f9a21..732ba26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*