Make package installable/testable on clean docker image

This commit is contained in:
2023-06-07 10:54:19 -05:00
parent eab4697b6b
commit b82a984ab1
11 changed files with 19 additions and 9 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
install-test:
docker build -t miplearnjl-test -f test/docker/Dockerfile .
docker run --rm -it miplearnjl-test