We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a201 commit e4e6cfeCopy full SHA for e4e6cfe
Dockerfile
@@ -16,8 +16,8 @@ ADD . /src/
16
# Upgrade pip and setuptools
17
RUN pip install -q -U pip setuptools
18
19
-# Install feinstaub from opendata-stuttgart
20
-RUN pip install -q git+https://github.com/opendata-stuttgart/feinstaub-api
+# Install feinstaub from codeforafrica
+RUN pip install -q git+https://github.com/CodeForAfrica/feinstaub-api
21
22
# Install sensors.AFRICA-api and its dependencies
23
RUN pip install -q -U .
0 commit comments