Mercurial > code > home > repos > homeauto
diff service/reasoning/Dockerfile @ 1374:ac127fdace62
build/import update for reasoning service
Ignore-this: 5e2a8d717e7273bf4a84dd467cccab17
darcs-hash:dc2e5f5c0ee7beb2d72f2c585d88480c5a1312df
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 06 May 2019 00:05:24 -0700 |
parents | 9676b60b4288 |
children | 3175fd4d0418 |
line wrap: on
line diff
--- a/service/reasoning/Dockerfile Mon May 06 00:03:35 2019 -0700 +++ b/service/reasoning/Dockerfile Mon May 06 00:05:24 2019 -0700 @@ -3,9 +3,8 @@ WORKDIR /opt COPY requirements.txt ./ -RUN pip install -r requirements.txt +RUN pip install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt -COPY twisted_sse_demo ./twisted_sse_demo COPY *.n3 *.py *.html req* ./ COPY input ./input