Skip to content

A docker image to help deployment #9

Description

@qwtsc

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions