Skip to content

Commit 7bc315b

Browse files
authored
Update path in Dockerfile (#66)
1 parent 8223171 commit 7bc315b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN conda install mamba
1010

1111
RUN mamba install -y -c tiledb tiledb==2.15.3 cmake pybind11 pytest c-compiler cxx-compiler ninja openblas-devel "pip>22"
1212

13-
COPY . feature-vector-prototype/
13+
COPY . TileDB-Vector-Search/
1414

15-
RUN . ~/.bashrc && cd feature-vector-prototype/apis/python && pip install .
15+
RUN . ~/.bashrc && cd TileDB-Vector-Search/apis/python && pip install .

0 commit comments

Comments
 (0)