microwerx

mlstart.sh

Aug 4th, 2020 (edited)
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. export LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1.2.0 python3
  4. source mlpi/bin/activate
  5. jupyter notebook --ip 127.0.0.1
  6. deactivate
  7.  
Add Comment
Please, Sign In to add comment