/tomorrow-docker

Do What The F*ck You Want To Public LicenseWTFPL

tomorrow-docker

Docker image containing all the required libraries and runtime dependencies for the Tomorrow project.

How to

$ docker pull mrkloan/tomorrow
$ docker run --name tomorrow -v $(pwd):/src -it mrkloan/tomorrow bash

Features

High-level features:

  • Rust: Nightly toolchain (including rustup and cargo);
  • kcov: Code coverage tool for compiler programs;
  • Bazel: A multi-language build system;
  • TensorFlow: Open-source Machine Learning library.

Low-level dependencies:

  • git
  • python
  • python3
  • gcc, g++, make, pkg-config
  • curl, wget
  • OpenSSL
  • OpenJDK 8