File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ RUN touch /ok.txt
2020# Check that the public API is typed
2121FROM python:3.5
2222
23- RUN pip install tensorflow-cpu==2.1.0 typeguard==2.7.1
23+ RUN pip install tensorflow-cpu==2.1.0
24+ RUN pip install typeguard==2.7.1
25+
2426COPY ./ /addons
2527RUN TF_ADDONS_NO_BUILD=1 pip install --no-deps -e /addons
2628RUN python /addons/tools/ci_build/verify/check_typing_info.py
@@ -39,12 +41,12 @@ RUN touch /ok.txt
3941# Valid build files
4042FROM python:3.5
4143
44+ RUN pip install tensorflow-cpu==2.1.0
45+
4246RUN apt-get update && apt-get install sudo
4347RUN git clone https://github.com/abhinavsingh/setup-bazel.git
4448RUN bash ./setup-bazel/setup-bazel.sh 1.1.0
4549
46- RUN pip install tensorflow-cpu==2.1.0
47-
4850COPY ./ /addons
4951WORKDIR /addons
5052RUN python ./configure.py --no-deps
You can’t perform that action at this time.
0 commit comments