Skip to content

tomorrow-paper/tomorrow-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published