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 7a67fce commit c234b08Copy full SHA for c234b08
Dockerfile
@@ -8,8 +8,8 @@ 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 gcc gxx openblas-devel
+RUN mamba install -y -c tiledb tiledb==2.15.3 cmake pybind11 pytest gcc gxx openblas-devel "pip>22"
12
13
COPY . feature-vector-prototype/
14
15
-RUN cd feature-vector-prototype/apis/python && pip install -e .
+RUN cd feature-vector-prototype/apis/python && pip install .
0 commit comments