Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestak authored Jan 12, 2023
1 parent 09af105 commit 49610a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To build the container run:
```
git clone https://github.com/SchapiroLabor/Background_subtraction.git
docker build -t background_subtraction:latest .
docker run background_subtraction:latest background_sub.py
docker run background_subtraction:latest python background_sub.py
```

To pull the container from the Github container registry (ghcr.io):
Expand All @@ -62,4 +62,4 @@ docker login ghcr.io
## Pull container
docker pull ghcr.io/schapirolabor/background_subtraction:latest
```
```

0 comments on commit 49610a8

Please sign in to comment.