File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414 git pull --unshallow # need to force this else the prebuild fails
1515 git fetch --tags
1616 python setup.py build_ext -j 4
17- python -m pip install -e . --no-build-isolation
1817 echo "🛠 Completed rebuilding Pandas!! 🛠 "
1918 echo "✨ Pre-build complete! You can close this terminal ✨ "
2019
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ WORKDIR ${WORKSPACE}
3434# Build pandas to populate the cache used by ccache
3535RUN git config --global --add safe.directory /workspace/pandas
3636RUN conda activate ${CONDA_ENV} && \
37+ python -m pip install -e . --no-build-isolation && \
3738 python setup.py build_ext --inplace && \
3839 ccache -s
3940
@@ -43,4 +44,5 @@ RUN rm -rf ${WORKSPACE}
4344
4445# -----------------------------------------------------------------------------
4546# Always return to non privileged user
47+ RUN chown -R gitpod:gitpod /home/gitpod/.cache/
4648USER gitpod
You can’t perform that action at this time.
0 commit comments