Skip to content

Commit 8415e73

Browse files
authored
adding forcing to rebuild the images
1 parent ad0ae6f commit 8415e73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ $ cd AnimalRecognitionDemo
2626
$ git lfs install && git lfs fetch && git lfs checkout
2727
$ docker-compose up
2828
```
29+
If something went wrong, e.g. you skipped installing git-lfs, you need to force docker-compose to rebuild the containers
30+
```
31+
$ docker-compose up --force-recreate --build
32+
```
2933
Open a second terminal for the video capturing:
3034
```
3135
$ pip install -r camera/requirements.txt

0 commit comments

Comments
 (0)