Skip to content

Commit

Permalink
NUP-2556: Update docker with nupic version
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Oct 23, 2019
1 parent a9853ca commit cdc5053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.py27
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM numenta/nupic
FROM numenta/nupic:1.0.5

# Plus Java so we can run HTM.Java as well
RUN wget https://d3pxv6yz143wms.cloudfront.net/8.212.04.2/java-1.8.0-amazon-corretto-jdk_8.212.04-2_amd64.deb && \
Expand All @@ -23,4 +23,4 @@ RUN echo "Running HTM.Java detector in Java 8 / Python 2.7..."
WORKDIR $NAB/nab/detectors/htmjava/nab/detectors/htmjava
RUN ./gradlew clean build
WORKDIR $NAB/nab/detectors/htmjava
RUN python run.py --skipConfirmation
RUN python run.py --skipConfirmation

0 comments on commit cdc5053

Please sign in to comment.