-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Is your feature request related to a problem? Please describe.
The introductory Izhikevich example works fine in a Docker container until the LEMS simulation, then it looks for a JVM and can't find one (I'm running inside a Jupyter notebook with a Python console on Windows 10 with WSL2).
Describe the solution you'd like
It would be helpful to have a Dockerfile or instructions that will make this work.
Describe alternatives you've considered
I tried the install-jdk tool in Python, it works insofar as you can cd into the bin directory and execute 'java -version' but it complains about libjvm.so, which exists in the lib/server subdirectory of the jdk install but which can't be found even with the path set.
Additional context
It would be yummy to make this work in the same container that TensorFlow uses. (hint hint)
I'm happy to collaborate with anyone who'd like to help make this work. - Brian furball91505@gmail.com