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 286e6b8 commit 2efcd96Copy full SHA for 2efcd96
tools/gitpod/gitpod.Dockerfile
@@ -8,7 +8,6 @@ COPY --chown=gitpod . /tmp/numpy_repo
8
9
# the clone should be deep enough for versioneer to work
10
RUN git clone --shallow-since=2021-05-22 file:////tmp/numpy_repo /tmp/numpy
11
-RUN git submodule update --init
12
13
# -----------------------------------------------------------------------------
14
# Using the numpy-dev Docker image as a base
@@ -35,6 +34,7 @@ COPY --from=clone --chown=gitpod /tmp/numpy ${WORKSPACE}
35
34
WORKDIR ${WORKSPACE}
36
37
# Build numpy to populate the cache used by ccache
+RUN git submodule update --init --depth=1 -- numpy/core/src/umath/svml
38
RUN conda activate ${CONDA_ENV} && \
39
python setup.py build_ext --inplace && \
40
ccache -s
0 commit comments