MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
953 stars 279 forks source link

Error in running caffe using docker image #53

Closed covarsha closed 6 years ago

covarsha commented 6 years ago

When I do : sudo nvidia-docker build -t caffe:gpu standalone/gpu I get the following output: Sending build context to Docker daemon 3.584kB Step 1/15 : FROM nvidia/cuda:7.5-cudnn5-devel-ubuntu14.04 ---> 695025e11c46 Step 2/15 : MAINTAINER caffe-maint@googlegroups.com ---> Using cache ---> 5b2f85bd18ee Step 3/15 : 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 libgeos-dev protobuf-compiler python-dev python-numpy python-pip python-scipy python-opencv && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 66787e3c55fb Step 4/15 : ENV CAFFE_ROOT=/opt/caffe ---> Using cache ---> 8bb0ebce1f52 Step 5/15 : WORKDIR $CAFFE_ROOT ---> Using cache ---> 89f5069191ab Step 6/15 : ENV CLONE_TAG=master ---> Using cache ---> f0c5ec5ef1e8 Step 7/15 : ARG CLONE_REPO ---> Using cache ---> 6b525efa84b2 Step 8/15 : RUN git clone -b ${CLONE_TAG} --depth 1 $CLONE_REPO . ---> Running in 7c35b8188a4e fatal: repository '.' does not exist The command '/bin/sh -c git clone -b ${CLONE_TAG} --depth 1 $CLONE_REPO .' returned a non-zero code: 128 Is anyone able to build caffe using the docker image? Any help would be greatly appreciated

puttkraidej commented 6 years ago

I faced it too T^T

DecentMakeover commented 5 years ago

Hi

Could you kindly share how you solved this?

Thanks