Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vlauciani committed Sep 11, 2024
1 parent 6001b0e commit bb28549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker build --no-cache --pull --tag ingv/pyml .
### Run docker
To run the container, use the command below; the `-v` option is used to "mount" working directory into container:
```
docker run --user $(id -u):$(id -g) --rm -v $(pwd)/example/input:/opt/data ingv/pyml --json /opt/data/eventid_28745631.json
docker run --rm -v $(pwd)/examples/input:/opt/data ingv/pyml --in_file_name /opt/data/eventid_28745631.json --in_file_format json --out_format json
```

## Contribute
Expand Down

0 comments on commit bb28549

Please sign in to comment.