Closed idotobi closed 6 years ago
Dear Minghui Liao,
I created a Dockerfile for running your project. If you like it you can include it in your repo.
Following changes were made:
- implement new Dockerfile building Textboxes and CRNN with all their dependencies for running on the gpu (
nvidia-docker
)- document usage in
README.md
- add necessary patches to fix compilation errors of some dependencies of CRNN
- update python requirements to avoid broken dependencies
- little script
run.bash
for executing the docker container
Hi, when i run the commend "docker build -t tbpp_crnn:gpu .", the got the follow issue: Step 36/58 : RUN pip install -r python/requirements.txt Downloading/unpacking matplotlib==2.2.2 (from -r python/requirements.txt (line 5)) Running setup.py (path:/tmp/pip_build_root/matplotlib/setup.py) egg_info for package matplotlib
Traceback (most recent call last):
File "
could u help me? thanks
Dear Minghui Liao,
I created a Dockerfile for running your project. If you like it you can include it in your repo.
Following changes were made:
nvidia-docker
)README.md
run.bash
for executing the docker container