Skip to content

Commit

Permalink
Pin pyarrow install to avoid ngen integration issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 authored Nov 2, 2023
1 parent 4334f51 commit 01165a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.t-route
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN cp -s /usr/bin/python3 /usr/bin/python \
&& cd ${WORKDIR}/t-route \
&& mkdir wheels \
&& pip3 install -r ./requirements.txt \
&& pip3 install wheel deprecated dask pyarrow geopandas
&& pip3 install wheel deprecated dask pyarrow<12.0.0 geopandas
RUN export FC=gfortran NETCDF=/usr/include \
&& cd ${WORKDIR}/t-route \
&& ./compiler.sh \
Expand Down

0 comments on commit 01165a6

Please sign in to comment.