Skip to content

Commit

Permalink
- fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu committed Feb 7, 2024
1 parent 7b0cf99 commit 267d13e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ Please create a new Discussion [here](https://github.com/tattle-made/tattle-api/
$ cd src/api/core/operators/
$ pip install -r image_vec_rep_resnet_requirements.txt
$ pip install -r vid_vec_rep_resnet_requirements.txt
..# Create the docker containers
..
# Create the docker containers
$ cd src/api/
$ docker build -t image-operator -f Dockerfile.image_vec_rep_resnet .
$ docker build -t video-operator -f Dockerfile.vid_vec_rep_resnet .
..# Run the docker image
docker run image-operator
docker run video-operator
# Run the docker image
$ docker run image-operator
$ docker run video-operator
```


Expand Down

0 comments on commit 267d13e

Please sign in to comment.