🐛 ppn2ocr: Do not set no_proxy here

pull/27/head
Gerber, Mike 4 years ago
parent 5675047047
commit 3b60b26c53

@ -8,7 +8,6 @@ set -e
self_dir=`dirname $0`
self_dir=`realpath $self_dir`
export no_proxy=localhost,digital.staatsbibliothek-berlin.de
workspace=$ppn
mkdir "$workspace"
@ -31,6 +30,9 @@ $self_dir/run-docker-hub -I PRESENTATION --skip-validation
# TODO
# * README: Users must configure their proxy properly via environment variables;
# This includes setting no_proxy (e.g. for use at SBB).
# my_ocrd_workflow
# ----------------
# * Need option to add volumes e.g. /srv/digisam_images

Loading…
Cancel
Save