Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 829 Bytes

FAQ.md

File metadata and controls

25 lines (14 loc) · 829 Bytes

FAQ

Slips starting too slow in docker

Make sure you're not running many containers at the same time because they share kernel resources even though they're isolated.

Getting "Illegal instruction" error when running slips

If the tensorflow version you're using isn't compatible with your architecture, you will get the "Illegal instruction" error and slips will terminate.

To fix this you can disable the modules that use tensorflow by adding rnn-cc-detection, flowmldetection to the disable key in config/slips.conf

Docker time is not in sync with that of the host

You can add your local /etc/localtime as volume in Slips Docker container by using:

docker run -it --rm --net=host --cap-add=NET_ADMIN -v /etc/localtime:/etc/localtime:ro --name slips stratosphereips/slips:latest