We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7619e commit b065fabCopy full SHA for b065fab
2 files changed
Dockerfile
@@ -67,6 +67,7 @@ RUN export C_INCLUDE_PATH=/usr/include/gdal
67
##################################################
68
69
COPY requirements.txt /tmp/requirements.txt
70
+RUN pip install --upgrade pip
71
RUN pip install -r /tmp/requirements.txt
72
73
README.md
@@ -15,7 +15,7 @@ ODTP component for running Eqasim Matsim Pipeline.
15
```odtp new component
16
odtp new odtp-component-entry \
17
--name odtp-eqasim-matsim \
18
---component-version 0.1.6 \
+--component-version v0.1.6 \
19
--repository https://github.com/odtp-org/odtp-eqasim-matsim
20
```
21
0 commit comments