Skip to content

Commit b065fab

Browse files
committed
hot-fix: Pip upgrade in dockerfile to avoid errors when building in arm64
1 parent af7619e commit b065fab

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RUN export C_INCLUDE_PATH=/usr/include/gdal
6767
##################################################
6868

6969
COPY requirements.txt /tmp/requirements.txt
70+
RUN pip install --upgrade pip
7071
RUN pip install -r /tmp/requirements.txt
7172

7273

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ODTP component for running Eqasim Matsim Pipeline.
1515
```odtp new component
1616
odtp new odtp-component-entry \
1717
--name odtp-eqasim-matsim \
18-
--component-version 0.1.6 \
18+
--component-version v0.1.6 \
1919
--repository https://github.com/odtp-org/odtp-eqasim-matsim
2020
```
2121

0 commit comments

Comments
 (0)