Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 472 Bytes

File metadata and controls

executable file
·
26 lines (19 loc) · 472 Bytes

python-cli-bazel-doctest-sieve-atkin

Description

Given a number find all primes. POC for doctest with bazel.

Tech stack

  • python
  • bazel
    • custom script

Docker stack

  • l.gcr.io/google/bazel:latest

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits