Docker image containing all the required libraries and runtime dependencies for the Tomorrow
project.
$ docker pull mrkloan/tomorrow
$ docker run --name tomorrow -v $(pwd):/src -it mrkloan/tomorrow bash
High-level features:
- Rust: Nightly toolchain (including
rustup
andcargo
); - 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