Skip to content

Commit

Permalink
use build for troute-nwm (#205)
Browse files Browse the repository at this point in the history
* use build for troute-nwm

* Update Dockerfile.t-route
  • Loading branch information
benlee0423 authored Jul 8, 2024
1 parent 5b9adea commit e433e85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.t-route
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ RUN cp -s /usr/bin/python3 /usr/bin/python \
&& python3 -m build . \
&& cp dist/*.whl ${WORKDIR}/t-route/wheels/ \
&& cd ../troute-nwm \
&& python3 setup.py bdist_wheel \
&& python3 -m build . \
&& cp dist/*.whl ${WORKDIR}/t-route/wheels/

RUN rm /usr/bin/python

0 comments on commit e433e85

Please sign in to comment.