Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 831 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 831 Bytes

Thesis

Build Status Coverage Status

Docker

make dockerbuild builds a docker image tagged as thesis with the needed dependencies installed at system level. You can run bash inside a container and run scripts there. For example:

sudo systemctl start docker # if you're using systemd
make dockerbuild
sudo docker run --rm -it thesis /bin/bash

If you still want to run scripts outside containers, see below.

Install dependencies

pip install pipenv==11.10.1
make install

How to test

make pytest

How to run

pipenv run ./bin/train-model.py --help