2017-09-29 13 views
0

を提供tensorflowインストール中に、私は「https://github.com/tensorflow/serving」からレポを提供tensorflowをクローニングして、コマンド下記の助けを借りてドッカイメージを作成しようとしています:私がしようとしたときコード100私はドッキングウィンドウの画像</p> <p>を経由してのUbuntuで奉仕tensorflowインストールしようとしています

docker build --pull -t $USER/tensorflow-serving-devel -f tensorflow_serving/tools/docker/Dockerfile.devel . 

、私は次のエラーを取得しています:

Reading package lists... 
W: The repository 'http://security.ubuntu.com/ubuntu xenial-security Release' does not have a Release file. 
W: The repository 'http://archive.ubuntu.com/ubuntu xenial Release' does not have a Release file. 
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file. 
W: The repository 'http://archive.ubuntu.com/ubuntu xenial-backports Release' does not have a Release file. 
E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/universe/source/Sources Error writing to output file - write (28: No space left on device) Error writing to file - write (28: No space left on device) [IP: 91.189.88.161 80] 
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/universe/source/Sources Error writing to output file - write (28: No space left on device) Error writing to file - write (28: No space left on device) [IP: 91.189.91.26 80] 
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/universe/source/Sources Error writing to output file - write (28: No space left on device) Error writing to file - write (28: No space left on device) [IP: 91.189.91.26 80] 
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-amd64/Packages Error writing to output file - write (28: No space left on device) Error writing to file - write (28: No space left on device) [IP: 91.189.91.26 80] 
E: Some index files failed to download. They have been ignored, or old ones used instead. 
The command '/bin/sh -c apt-get update && apt-get install -y   build-essential   curl   git   libfreetype6-dev   libpng12-dev   libzmq3-dev   mlocate   pkg-config   python-dev   python-numpy   python-pip   software-properties-common   swig   zip   zlib1g-dev   libcurl3-dev   openjdk-8-jdk  openjdk-8-jre-headless   wget   &&  apt-get clean &&  rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100 

は、UbuntuのXenialバージョンがリリースを持っているdoesntのことですテンソル流通のために?それとも私は何かを欠いているのですか?

助けてください。

答えて