Skip to content

Instantly share code, notes, and snippets.

@gigasquid
Last active January 28, 2019 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gigasquid/a44adb0dcb1ebbc853f00e404d56be54 to your computer and use it in GitHub Desktop.
Save gigasquid/a44adb0dcb1ebbc853f00e404d56be54 to your computer and use it in GitHub Desktop.
Next Journal Deps for Clojure MXNet
#!/usr/bin/env bash
sudo apt-get update || true
sudo apt-get install -y build-essential
sudo apt-get install -y software-properties-common
sudo apt-get install -y libatlas-base-dev
sudo apt-get install -y libopenblas-dev
sudo apt-get install -y libcurl3
sudo add-apt-repository ppa:timsc/opencv-3.4
sudo apt-get update
sudo apt-get install -y libopencv-imgcodecs3.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment