Docker build scripts for IKaros project
# Pull Docker
docker pull pooya/ikaros
# Then you can run ikaros with this command:
docker run -it --rm pooya/ikaros
# Test WebUI
docker run -it -p 8000:8000 --rm pooya/ikaros -w /ikaros/Examples/example.ikc
http://<docker_host_ip>:8000The Ikaros projected started in early 2001 and its goal is to develop an open infrastructure for system level modeling of the brain including databases of experimental data, computational models and functional brain data. The system makes heavy use of the emerging standards for Internet based information and makes all information accessible through an open web-based interface.
The main components of the IKAROS systems are:
Further information on the project can be found Here
Source code is available from GitHub
docker run --rm pooya/ikaros [-W#][-p][-t][-T][-b#][-r#][-v][-q][-x][-X][-m][-l][-i][-a][file]
-w# WebUI
-W# WebUI: debug mode, list requests
-p profile
-t threaded
-T list thread allocation
-b# run one item in batch
-B batch mode
-r# real time mode; # is time per tick in milliseconds
-s# stop after # ticks
-v verbose mode
-q quiet mode
-x list xml after parsing/combination
-X debug xml parser
-n look for NANs in outputs
-m list modules and connections
-c list installed classes
-l list scheduling
-i list installed functionality sockets, timer etc, type of target system
-a list all; implies -m -l and -T (if -t is set)
-z# seed random number generator
Assuming the current path is the /Bin in the Ikaros directory,
an example can be run like this:
docker run -it --rm pooya/ikaros /ikaros/Examples/example.ikc
Use the w-option to also start the WebUI:
docker run -it -p 8000:8000 --rm pooya/ikaros -w /ikaros/Examples/example.ikc
This example will wait for a request from the Web browser at
the default port (8000).
Content type
Image
Digest
sha256:637cc4b33…
Size
134.5 MB
Last updated
about 11 years ago
docker pull pooya/ikaros