Skip to content

Commit 331b724

Browse files
committed
try to fix docker envs
1 parent 5412369 commit 331b724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/slo/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ WORKDIR /src
44
RUN python -m pip install --upgrade pip && python -m pip install -e . && python -m pip install -r tests/slo/requirements.txt
55
WORKDIR tests/slo
66
ARG SDK_SERVICE
7+
ENV SDK_SERVICE=$SDK_SERVICE
78

89
ENTRYPOINT ["python", "src"]

0 commit comments

Comments
 (0)