mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
6 lines
206 B
Docker
6 lines
206 B
Docker
|
FROM ontotext/graphdb:10.5.1
|
||
|
RUN mkdir -p /opt/graphdb/dist/data/repositories/langchain
|
||
|
COPY config.ttl /opt/graphdb/dist/data/repositories/langchain/
|
||
|
COPY graphdb_create.sh /run.sh
|
||
|
ENTRYPOINT bash /run.sh
|