From 1bc79dfcbe52f553f7de4cbde90c782f60cba636 Mon Sep 17 00:00:00 2001 From: tholulomo Date: Tue, 29 Oct 2024 11:39:57 -0400 Subject: [PATCH] FEAT(#508): Updating whyis image and configuration --- whyis/Dockerfile | 7 +++---- whyis/materialsmine/whyis.conf | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/whyis/Dockerfile b/whyis/Dockerfile index cf7414f3..2c5ca7f2 100644 --- a/whyis/Dockerfile +++ b/whyis/Dockerfile @@ -1,7 +1,6 @@ -FROM tetherlessworld/whyis:2.2.2 -RUN /opt/venv/bin/pip install whyis-unit-converter==0.0.2 +FROM tetherlessworld/whyis:2.3.10 RUN apt-get update -RUN apt install -y git +RUN /opt/venv/bin/pip install whyis-unit-converter==0.0.2 COPY ./materialsmine /app WORKDIR '/app' -CMD [ "/bin/bash" ] +CMD [ "/bin/bash" ] \ No newline at end of file diff --git a/whyis/materialsmine/whyis.conf b/whyis/materialsmine/whyis.conf index b65fe616..89f6b74e 100644 --- a/whyis/materialsmine/whyis.conf +++ b/whyis/materialsmine/whyis.conf @@ -130,9 +130,9 @@ NAMESPACES = [ INFERENCERS = { "SDDAgent": autonomic.SDDAgent(), "SETLr": autonomic.SETLr(), - "SETLMaker": autonomic.SETLMaker(), - "CacheUpdater" : autonomic.CacheUpdater(), - "UnitConverter": converter.UnitConverter(), + # "SETLMaker": autonomic.SETLMaker(), + #"CacheUpdater" : autonomic.CacheUpdater(), + # "UnitConverter": converter.UnitConverter(), "SurfaceEnergyGen": materialsmine.SurfaceEnergyGen(), "AbstractAnnotator" : materialsmine.AbstractAnnotator(), #"EntityExtractor" : autonomic.nlp.EntityExtractor(),