docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker files

Results 4 docker issues
Sort by recently updated
recently updated
newest added

Hi, @tleyden @speedfl Thanks for Tesseract4 version of Open-OCR! I have some opinion for Tesseract4 Dockerfile. As mentioned in this issue title, how do you think to use an unofficial...

Greetings. After upgrading wing version 1.10 the -d flag is not recognized. docker -d flag provided but not defined: -d See 'docker --help'.

``` root@4258334d0ac4:/opt/caffe# ./examples/mnist/train_lenet.sh I0206 03:58:44.393172 70 caffe.cpp:184] Using GPUs 0 modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.19.0-49-generic/modules.dep.bin' F0206 03:58:44.400676 70 common.cpp:142] Check failed: error == cudaSuccess (38...

Probably one pip install -r python/requirements.txt; is redundant. line 98 ``` bash RUN cd /opt/caffe && \ (pip install -r python/requirements.txt; easy_install numpy; pip install -r python/requirements.txt) && \pip ```