We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0aab2 commit 385f9b5Copy full SHA for 385f9b5
Dockerfile
@@ -45,4 +45,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
45
&& cd "$pandas_home" \
46
&& export \
47
&& python setup.py build_ext -j 4 \
48
- && python -m pip install -e .
+ && python -m pip install --no-build-isolation -e .
0 commit comments