Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 0c75f85

Browse files
authored
Require setuptools>=40.8.0 (#200)
1 parent 139bd6b commit 0c75f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokers/python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /workspace/invoker
1111
RUN tox sdist
1212
RUN mkdir -p /out
1313
RUN cp /workspace/invoker/.tox/dist/*.tar.gz /out
14-
RUN pip download --no-binary 'MarkupSafe' -d /workspace/dependencies .
14+
RUN pip download --no-binary 'MarkupSafe' 'setuptools>=40.8.0' -d /workspace/dependencies .
1515
RUN tar -cvzf /out/pyfunc-invoker-deps-$(cat /workspace/invoker/VERSION).tar.gz -C /workspace/dependencies .
1616

1717
ENTRYPOINT [ "tox" ]

0 commit comments

Comments
 (0)