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.
pip install pipenv==11.10.1
make install
make pytest
pipenv run ./bin/train-model.py --help