diff --git a/untested_base/Dockerfile_dev.in b/untested_base/Dockerfile_dev.in index a5b683f..3d98383 100644 --- a/untested_base/Dockerfile_dev.in +++ b/untested_base/Dockerfile_dev.in @@ -129,7 +129,7 @@ RUN \ export NPY_NUM_BUILD_JOBS=$(nproc) && \ export PIP_USE_PEP517=1 && \ $PIP install --no-cache-dir versioneer && \ - { $PIP install --no-cache-dir --no-binary :all: "numba>=0.60.1" || $PIP install --no-cache-dir --no-binary :all: "git+https://github.com/numba/numba.git"; } && \ + { $PIP install --no-cache-dir --no-binary :all: "numba>=0.60.1" || $PIP install --no-cache-dir --no-binary :all: "git+https://github.com/numba/numba.git" "git+https://github.com/numba/llvmlite.git"; } && \ $PIP install --no-cache-dir --no-binary :all: numpy && \ $PIP install --no-cache-dir --no-binary :all: cython pybind11 six && \ $PIP install --no-cache-dir --no-binary :all: pythran && \