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 5412369 commit 331b724Copy full SHA for 331b724
tests/slo/Dockerfile
@@ -4,5 +4,6 @@ WORKDIR /src
4
RUN python -m pip install --upgrade pip && python -m pip install -e . && python -m pip install -r tests/slo/requirements.txt
5
WORKDIR tests/slo
6
ARG SDK_SERVICE
7
+ENV SDK_SERVICE=$SDK_SERVICE
8
9
ENTRYPOINT ["python", "src"]
0 commit comments