Skip to content

Commit

Permalink
FEAT(#508): Updating whyis image and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Oct 29, 2024
1 parent 1c8b878 commit 1bc79df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions whyis/Dockerfile
Original file line number Diff line number Diff line change
@@ -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" ]
6 changes: 3 additions & 3 deletions whyis/materialsmine/whyis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 1bc79df

Please sign in to comment.