OpenWorm icon indicating copy to clipboard operation
OpenWorm copied to clipboard

Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues

Results 59 OpenWorm issues
Sort by recently updated
recently updated
newest added

Would be cool to have docker utilizing the host machines gpu

c302 has recently been updated to be more owmeta compatible. This new version and a recent owmeta (as opposed to PyOpenWorm) should be used in the Dockerfile

Current Docker container uses an ffmpeg screen recording feature (x11grab) to record Sibernetic simulation video. This method of recording brings in several X11 dependencies which are not otherwise necessary which...

Our current Dockerfile refers to several software packages without any version constraints, both for our own software (e.g., c302, Sibernetic) and for distro packages (e.g., git, g++). To keep older...

Python packages repackaged by distro package maintainers are constrained mainly so that they work with other packages in the distro. Therefore, using such packages introduces unnecessary constraints in our Python...

We sometimes need or want to automate things that don't have some existing authentication scheme based on the GitHub organization. For such things, it would be useful to have a...

We should figure out what the aims are of having ChannelWorm2 as part of this image. As it stands, ChannelWorm2 is a standalone project with static data and some code....

People also want to have access to raw data files (connection_buffer.txt, muscles_activity_buffer.txt, position_buffer.txt, worm_motion_log.txt, *.dat). Copy files based on a list of filenames. Define some keywords like SIBERNETIC_RAW or ALL