We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8223171 commit 7bc315bCopy full SHA for 7bc315b
Dockerfile
@@ -10,6 +10,6 @@ RUN conda install mamba
10
11
RUN mamba install -y -c tiledb tiledb==2.15.3 cmake pybind11 pytest c-compiler cxx-compiler ninja openblas-devel "pip>22"
12
13
-COPY . feature-vector-prototype/
+COPY . TileDB-Vector-Search/
14
15
-RUN . ~/.bashrc && cd feature-vector-prototype/apis/python && pip install .
+RUN . ~/.bashrc && cd TileDB-Vector-Search/apis/python && pip install .
0 commit comments