https://tensorflow.github.io/serving/docker.htmlの指示に従って、Windows マシンで Docker を使用して TensorFlow Serving をセットアップしようとしています。
コンテナーを正常にビルドして実行し、TensorFlow サービング サブモジュールのクローンを作成しました。ただし、コマンドの実行中に
"bazel test tensorflow_serving/..."
エラー
Linking of rule: '//tensorflow_serving/batching/test_util:puppet_batch_scheduler_test' failed:gcc failed: error executing command /usr/bin/gcc ....
表示されています
完全なスタック トレースを下の画像に示します。
どんな助けでも大歓迎です。