Skip to content

Commit 385f9b5

Browse files
committed
add "--no-build-isolation" to pip install
1 parent ee0aab2 commit 385f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
4545
&& cd "$pandas_home" \
4646
&& export \
4747
&& python setup.py build_ext -j 4 \
48-
&& python -m pip install -e .
48+
&& python -m pip install --no-build-isolation -e .

0 commit comments

Comments
 (0)