diff service/reasoning/Dockerfile @ 1554:bb765a6bf09a

use local FuXi checkout of https://github.com/drewp/FuXi (and some other dep updates) Ignore-this: 7d32ca4fcf5f3064b7615c279eb10ac1 darcs-hash:edc10465fa491974b0929150581d82248fc5e6c5
author drewp <drewp@bigasterisk.com>
date Thu, 13 Feb 2020 22:58:56 -0800
parents ac127fdace62
children f3f667769aef
line wrap: on
line diff
--- a/service/reasoning/Dockerfile	Thu Feb 13 22:58:23 2020 -0800
+++ b/service/reasoning/Dockerfile	Thu Feb 13 22:58:56 2020 -0800
@@ -5,6 +5,9 @@
 COPY requirements.txt ./
 RUN pip install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt
 
+COPY FuXi/ FuXi
+RUN pip install ./FuXi
+
 COPY *.n3 *.py *.html req* ./
 COPY input ./input