This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<prerequisites> | |
<maven>3.0.5</maven> | |
</prerequisites> | |
<groupId>org.deeplearning4j</groupId> | |
<artifactId>deeplearning4j-examples</artifactId> | |
<version>0.4-rc0-SNAPSHOT</version> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set the base image to Ubuntu | |
FROM numenta/nupic | |
# File Author / Maintainer | |
MAINTAINER Alireza Hajibagheri ([email protected]) | |
# Set enviroment variables needed by NuPIC | |
ENV NUPIC /usr/local/src/NAB | |
# OPF needs this |