File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,10 @@ RUN wget -nv --show-progress --progress=bar:force:noscroll ${model_bucket}/${mod
2727 tar -x -C assets/ -f assets/${model_file} -v && rm assets/${model_file}
2828
2929# We use our own branch of pip and install TensorFlow directly from the URL here because of a bug in pip: https://github.com/pypa/packaging/pull/234
30+ RUN rm -rf /usr/local/lib/python3.7/site-packages/pip
3031RUN git clone --branch arm64 https://github.com/xuhdev/pip.git && cd pip && python setup.py install
31- RUN python -m pip install https://www.piwheels.org/simple/tensorflow/tensorflow-1.13.1-cp37-none-linux_armv7l.whl
32+ RUN python -m pip install https://www.piwheels.org/simple/tensorflow/tensorflow-1.14.0-cp37-none-linux_armv7l.whl
33+
3234COPY requirements.txt /workspace
3335RUN pip install -r requirements.txt
3436
You can’t perform that action at this time.
0 commit comments