mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-06-09 12:20:00 +02:00
fix docker file
This commit is contained in:
parent
63b265db29
commit
b7af6c9313
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ COPY . /usr/src/qurator-sbb-ner
|
|||
RUN mkdir -p /usr/src/qurator-sbb-ner/konvens2019
|
||||
RUN mkdir -p /usr/src/qurator-sbb-ner/digisam
|
||||
|
||||
RUN pip3 --no-cache-dir install -e /usr/src/qurator-mono-repo
|
||||
RUN pip3 --no-cache-dir install -e /usr/src/qurator-sbb-ner
|
||||
|
||||
WORKDIR /usr/src/qurator-mono-repo
|
||||
CMD export LANG=C.UTF-8; env FLASK_APP=qurator/sbb_ner/webapp/app.py env FLASK_ENV=development env USE_CUDA=True flask run --host=0.0.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue