Skip to content

Commit

Permalink
set LanceDB config dir in Dockerfile (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Mar 4, 2024
1 parent 7c210c3 commit 8202ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ ARG SETUPTOOLS_SCM_PRETEND_VERSION_FOR_RAGNA
RUN pip install --progress-bar=off --no-deps .

WORKDIR /var/ragna
# See https://github.com/Quansight/ragna/issues/329
ENV LANCEDB_CONFIG_DIR=/var/ragna/lancedb.config

COPY ragna-docker.toml ragna.toml

ENTRYPOINT ["ragna"]
Expand Down

0 comments on commit 8202ac0

Please sign in to comment.