This file contains hidden or 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
Setup SWIG Python module | |
running test | |
running egg_info | |
writing requirements to src/nupic.bindings.egg-info/requires.txt | |
writing src/nupic.bindings.egg-info/PKG-INFO | |
writing namespace_packages to src/nupic.bindings.egg-info/namespace_packages.txt | |
writing top-level names to src/nupic.bindings.egg-info/top_level.txt | |
writing dependency_links to src/nupic.bindings.egg-info/dependency_links.txt | |
writing entry points to src/nupic.bindings.egg-info/entry_points.txt |
This file contains hidden or 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
# This file describes the standard way to build Docker, using docker | |
# | |
# Usage: | |
# | |
# # Assemble the full dev environment. This is slow the first time. | |
# docker build -t docker . | |
# | |
# # Mount your source in an interactive container for quick testing: | |
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash | |
# |
NewerOlder