Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaandahl authored Oct 15, 2023
1 parent 8653d90 commit 3c5c6f6
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 @@ -15,11 +15,11 @@ VARIABLE=VALUE
After installing Docker you can run the container using a command similar to the following. Substitute `"$IN_DIR"` for your image directory and create a text file `"$ENV_FILE"` with any config options you wish to override.

```
docker pull zaandahl/mewc-detector:v5.0
docker pull zaandahl/mewc-detect:v5.0
docker run --env CUDA_VISIBLE_DEVICES=0 --env-file "$ENV_FILE" \
--gpus all --interactive --tty --rm \
--volume "$IN_DIR":/images \
zaandahl/mewc-detector
zaandahl/mewc-detect
```

## Config Options
Expand Down

0 comments on commit 3c5c6f6

Please sign in to comment.