- install docker
- ensure nvidia container toolkit is installed (should be there already)
- Replace LOCAL_PATH_OF_YOUR_CONTENT_DIR in .env with your content directory
docker-compose build
docker-compose up -d
docker-compose exec image_processor bash
python3 classify.py
- to leave the image, Run:
exit