Skip to content

Commit

Permalink
update docker description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongukjae committed Oct 15, 2020
1 parent dd900c2 commit 260aad4
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 @@ -7,7 +7,7 @@ A lightweight http server for lightGBM that support multi-model server.
### Using docker

```sh
$ docker pull jeongukjae/lightgbm-serving
$ docker pull docker.pkg.github.com/jeongukjae/lightgbm-serving/lightgbm-serving
```

### Build from source code
Expand Down Expand Up @@ -64,7 +64,7 @@ or use docker
$ docker run --rm -it \
-v PATH_TO_MODEL:/models \
-v PATH_TO_CONFIGL:/config.json \
jeongukjae/lightgbm-serving -c /config.json
docker.pkg.github.com/jeongukjae/lightgbm-serving/lightgbm-serving -c /config.json
[2020-10-16 01:29:23.200] [info] Found 1 configs.
[2020-10-16 01:29:23.224] [info] Loaded test-model model from '/models/model.lgbm'.
[2020-10-16 01:29:23.224] [info] Running server on http://localhost:8080
Expand Down

0 comments on commit 260aad4

Please sign in to comment.