Skip to content

Commit c234b08

Browse files
committed
Don't use editable pip install: broken; require pip>22 for in-source build
1 parent 7a67fce commit c234b08

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
@@ -8,8 +8,8 @@ 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 gcc gxx openblas-devel
11+
RUN mamba install -y -c tiledb tiledb==2.15.3 cmake pybind11 pytest gcc gxx openblas-devel "pip>22"
1212

1313
COPY . feature-vector-prototype/
1414

15-
RUN cd feature-vector-prototype/apis/python && pip install -e .
15+
RUN cd feature-vector-prototype/apis/python && pip install .

0 commit comments

Comments
 (0)