You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2020. It is now read-only.
@hurlenko that's right. For CakeChat the best solution for now is to use pip 18.1. You can ensure this by adding the corresponding line to the dockerfile:
RUN pip3 --no-cache-dir install pip==18.1
RUN pip3 --no-cache-dir install -r /root/cakechat/requirements.txt --process-dependency-links
--process-dependency-links
got deprecated and is now removed from pip so docker build fails. See here.The text was updated successfully, but these errors were encountered: