Skip to content

Commit a930d41

Browse files
authored
Update Dockerfile to 2.16 (#101)
* Update Dockerfile
1 parent 4054be1 commit a930d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN conda config --prepend channels conda-forge
88
# Install mamba for faster installations
99
RUN conda install mamba
1010

11-
RUN mamba install -y -c tiledb tiledb==2.15.3 cmake pybind11 pytest c-compiler cxx-compiler ninja openblas-devel "pip>22"
11+
RUN mamba install -y -c tiledb 'tiledb>=2.16,<2.17' tiledb-py cmake pybind11 pytest c-compiler cxx-compiler ninja openblas-devel "pip>22"
1212

1313
COPY . TileDB-Vector-Search/
1414

0 commit comments

Comments
 (0)