Skip to content

Commit

Permalink
simplfy docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Dec 7, 2018
1 parent 26a0986 commit f8a7943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/entrypoint.sh
@@ -1,3 +1,2 @@
#!/bin/sh
num_worker=$1
bert-serving-start -num_worker=${num_worker} -model_dir /model
bert-serving-start -num_worker=$1 -model_dir /model

0 comments on commit f8a7943

Please sign in to comment.