mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-06-09 20:30:01 +02:00
fix docker file
This commit is contained in:
parent
9560f70580
commit
63b265db29
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ RUN apt-get update && \
|
|||
COPY requirements.txt /tmp
|
||||
RUN pip3 --no-cache-dir install -r /tmp/requirements.txt
|
||||
|
||||
COPY . /usr/src/qurator-mono-repo
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue