mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🐛 ppn2ocr: Do not set no_proxy here
This commit is contained in:
parent
5675047047
commit
3b60b26c53
1 changed files with 3 additions and 1 deletions
4
ppn2ocr
4
ppn2ocr
|
@ -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…
Add table
Add a link
Reference in a new issue