Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A docker image to help deployment #9

Open
qwtsc opened this issue Apr 11, 2020 · 0 comments
Open

A docker image to help deployment #9

qwtsc opened this issue Apr 11, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@qwtsc
Copy link

qwtsc commented Apr 11, 2020

Hi,

Many thanks to this open-source model. I have made a docker image (for cpu) to help deployment.

git

git clone https://github.com/ufownl/alpr_utils.git
git checkout pretrained/master

docker

the default docker image work directory is '/intern', and the volume mounting from the source code (i.e., the git folder) to the default directory is needed.
docker pull qwtsc/mxnet
docker run -itd -v /TheAbsolutePathTo/alpr_utils:/intern -p 8882:80 qwtsc/mxnet /bin/bash -c "python3 server.py"

@ufownl ufownl added good first issue Good for newcomers documentation Improvements or additions to documentation and removed good first issue Good for newcomers labels Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants