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 4054be1 commit a930d41Copy full SHA for a930d41
Dockerfile
@@ -8,7 +8,7 @@ RUN conda config --prepend channels conda-forge
8
# Install mamba for faster installations
9
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"
+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"
12
13
COPY . TileDB-Vector-Search/
14
0 commit comments