Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

404 error, docker build -t caffe:cpu, URL link broken #51

Open
Marynowsky opened this issue May 6, 2017 · 10 comments
Open

404 error, docker build -t caffe:cpu, URL link broken #51

Marynowsky opened this issue May 6, 2017 · 10 comments

Comments

@Marynowsky
Copy link

docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/standalone/cpu/Dockerfile

@307509256
Copy link

我也是,连不上

@flamingo333
Copy link

me too!

@wyhgood
Copy link

wyhgood commented Jul 11, 2017

me too, 我也是, 萨瓦迪卡

@oldxing
Copy link

oldxing commented Aug 12, 2017

docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile

@Sudha247
Copy link

Sudha247 commented Dec 7, 2017

Why not update this in the repo?

@deniszh
Copy link

deniszh commented Dec 7, 2017

Probably, nobody maintains it? Yahoo is not interested, and nobody from the community did.

@FrontMage
Copy link

Apparently, nobody has the privilege to alter this repo.

@gyehuda
Copy link

gyehuda commented Jan 8, 2018

@akappeler and @sachinfarfade are the current committers to this project.
If they are not maintaining this project then we'll:

  1. ask the community if anyone else wants to take this over.
  2. if no one one does, we'll archive it.

@oawang
Copy link

oawang commented Apr 28, 2018

docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile

I got build error

[root@rocketmq_s1 open_nsfw]# docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile
Downloading build context from remote url: https://raw.githubusercontent.com/BVLC/caffe/master/docker/cpu/Dockerfile 1.349kB
Sending build context to Docker daemon 3.072kB
Step 1/12 : FROM ubuntu:16.04
---> c9d990395902
Step 2/12 : LABEL maintainer caffe-maint@googlegroups.com
---> Using cache
---> e40d7f8bfff3
Step 3/12 : RUN apt-get update && apt-get install -y --no-install-recommends build-essential cmake git wget libatlas-base-dev libboost-all-dev libgflags-dev libgoogle-glog-dev libhdf5-serial-dev libleveldb-dev liblmdb-dev libopencv-dev libprotobuf-dev libsnappy-dev protobuf-compiler python-dev python-numpy python-pip python-setuptools python-scipy && rm -rf /var/lib/apt/lists/*
---> Using cache
---> af26314b6514
Step 4/12 : ENV CAFFE_ROOT=/opt/caffe
---> Using cache
---> 71878059324b
Step 5/12 : WORKDIR $CAFFE_ROOT
---> Using cache
---> a3bd0ff2936c
Step 6/12 : ENV CLONE_TAG=1.0
---> Using cache
---> 6d86c2bfc0b3
Step 7/12 : RUN git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && pip install --upgrade pip && cd python && for req in $(cat requirements.txt) pydot; do pip install $req; done && cd .. && mkdir build && cd build && cmake -DCPU_ONLY=1 .. && make -j"$(nproc)"
---> Running in c19fa488a882
Cloning into '.'...
Note: checking out 'eeebdab16155d34ff8f5f42137da7df4d1c7eab0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

Collecting pip
Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB)
Installing collected packages: pip
Found existing installation: pip 8.1.1
Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
Successfully installed pip-10.0.1
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main
The command '/bin/sh -c git clone -b ${CLONE_TAG} --depth 1 https://github.com/BVLC/caffe.git . && pip install --upgrade pip && cd python && for req in $(cat requirements.txt) pydot; do pip install $req; done && cd .. && mkdir build && cd build && cmake -DCPU_ONLY=1 .. && make -j"$(nproc)"' returned a non-zero code: 1

@ghost
Copy link

ghost commented May 13, 2018

@oawang I'm getting this also. I've opened up #68.

This was referenced May 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants