我的服务器位于我的公司网络中,该网络与互联网断开连接。我只能在其他办公室计算机上下载所需的文件并上传它们。
我git克隆
git clone --recurse-submodules https://github.com/tensorflow/serving
cd serving
cd tensorflow
./configure cd ..
Configuration is ok as the default advices.
But when I want to bazel the repository.
[root @ centos7 / data / mig_predictor / pre_installation / serving] #bazel build -c opt ... --package_path / data / mig_predictor / pre_installation .........
```
ERROR: error loading package 'serving/tensorflow/tensorflow/tools/pip_package': Extension file not found. Unable to load package for '//tensorflow/core:platform/default/build_config_root.bzl': BUILD file not found on package path. ERROR: error loading package 'serving/tensorflow/tensorflow/tools/pip_package': Extension file not found. Unable to load package for '//tensorflow/core:platform/default/build_config_root.bzl': BUILD file not found on package path. INFO: Elapsed time: 0.481s
如何为预先下载的软件包指出本地存储库? 谢谢!