mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-25 16:15:35 +00:00
Fix Dockerfile to build successfully without models directory (#210)
This commit is contained in:
parent
4b9954c4a6
commit
c45d54959f
@ -12,7 +12,7 @@ COPY haystack /home/user/haystack
|
||||
COPY rest_api /home/user/rest_api
|
||||
|
||||
# copy saved FARM models
|
||||
COPY models /home/user/models
|
||||
COPY README.rst models* /home/user/models
|
||||
|
||||
# optional : copy sqlite db if needed for testing
|
||||
#COPY qa.db /home/user/
|
||||
|
Loading…
x
Reference in New Issue
Block a user