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 eece996 commit 7f5d234Copy full SHA for 7f5d234
tools/gitpod/gitpod.Dockerfile
@@ -34,6 +34,7 @@ COPY --from=clone --chown=gitpod /tmp/numpy ${WORKSPACE}
34
WORKDIR ${WORKSPACE}
35
36
# Build numpy to populate the cache used by ccache
37
+RUN git config --global --add safe.directory /workspace/numpy
38
RUN git submodule update --init --depth=1 -- numpy/core/src/umath/svml
39
RUN conda activate ${CONDA_ENV} && \
40
python setup.py build_ext --inplace && \
0 commit comments