Skip to content

Commit 6d5cb10

Browse files
committed
Add PIP_NO_BUILD_ISOLATION=false to Dockerfile
`docker-compose build` occurs an known installation error of `pandas`. refs. pandas-dev/pandas#20775
1 parent 111507c commit 6d5cb10

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
@@ -25,7 +25,7 @@ freetype-dev
2525
# clone the repo && Install pre-reqs for pyjq
2626
COPY . /opt/cloudmapper
2727

28-
RUN pip install pipenv && pipenv --two && pipenv install
28+
RUN pip install pipenv && pipenv --two && PIP_NO_BUILD_ISOLATION=false pipenv install
2929
RUN chmod +x entrypoint.sh && touch config.json
3030

3131

0 commit comments

Comments
 (0)