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 c234b08 commit a426220Copy full SHA for a426220
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 "pip>22"
+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/
14
15
-RUN cd feature-vector-prototype/apis/python && pip install .
+RUN . ~/.bashrc && cd feature-vector-prototype/apis/python && pip install .
0 commit comments