mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-28 17:45:32 +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 rest_api /home/user/rest_api
|
||||||
|
|
||||||
# copy saved FARM models
|
# copy saved FARM models
|
||||||
COPY models /home/user/models
|
COPY README.rst models* /home/user/models
|
||||||
|
|
||||||
# optional : copy sqlite db if needed for testing
|
# optional : copy sqlite db if needed for testing
|
||||||
#COPY qa.db /home/user/
|
#COPY qa.db /home/user/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user