Skip to content

Commit cdc5053

Browse files
committed
NUP-2556: Update docker with nupic version
1 parent a9853ca commit cdc5053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.py27

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM numenta/nupic
1+
FROM numenta/nupic:1.0.5
22

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

0 commit comments

Comments
 (0)