Skip to content

Commit

Permalink
Add Makefile with Docker and testing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sahi-mfg committed Dec 14, 2023
1 parent 84721a9 commit dff3a8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
up:
docker-compose up

down:
docker-compose down

test:
python -m pytest tests/test_predict.py

env:
pipenv install --dev
pipenv shell

env_out:
deactivate

0 comments on commit dff3a8b

Please sign in to comment.