Skip to content

Commit a426220

Browse files
committed
Use same fixes from UDF for local Dockerfile
1 parent c234b08 commit a426220

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 "pip>22"
11+
RUN mamba install -y -c tiledb tiledb==2.15.3 cmake pybind11 pytest c-compiler cxx-compiler ninja openblas-devel "pip>22"
1212

1313
COPY . feature-vector-prototype/
1414

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

0 commit comments

Comments
 (0)