Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Download Error (Couldn't connect to server) #1674

Closed
litcoderr opened this issue Aug 21, 2020 · 1 comment
Closed

Model Download Error (Couldn't connect to server) #1674

litcoderr opened this issue Aug 21, 2020 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@litcoderr
Copy link

litcoderr commented Aug 21, 2020

Problem

Hi, I had no problem building Openpose Dockerfile just about 3 weeks ago. But when I tried building it again today, encountered a couldn't connect to server error when downloading pre-trained model.

I think there is a problem with download hash.

Please help. Thanks !!


I have the same issue.

  • This is my Dockerfile
FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04

RUN echo "Installing dependencies..." && \
	apt-get -y --no-install-recommends update && \
	apt-get -y --no-install-recommends upgrade && \
	apt-get install -y --no-install-recommends \
	build-essential \
	cmake \
	git \
	libatlas-base-dev \
	libprotobuf-dev \
	libleveldb-dev \
	libsnappy-dev \
	libhdf5-serial-dev \
	protobuf-compiler \
	libboost-all-dev \
	libgflags-dev \
	libgoogle-glog-dev \
	liblmdb-dev \
	pciutils \
	python3-setuptools \
	python3-dev \
	python3-pip \
	opencl-headers \
	ocl-icd-opencl-dev \
	libviennacl-dev \
	libcanberra-gtk-module \
	libopencv-dev && \
	python3 -m pip install --upgrade pip && \	
	python3 -m pip install \
	numpy \
	protobuf \
	opencv-python

RUN echo "Downloading and building OpenPose..." && \
	git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose.git && \
	cd openpose/3rdparty && \
	git clone https://github.com/CMU-Perceptual-Computing-Lab/caffe	&& \
	cd ../ && \
	mkdir build && \
	cd build && \
	cmake .. && \
	make -j4 && \
	make install && \
	cd ..

WORKDIR /pose_extractor/script
ENTRYPOINT bash ./preprocess.bash
  • This is the error that i've got

image
image

Think we have the same issue 😇 Please help Thx

Originally posted by @litcoderr in #1224 (comment)

@litcoderr litcoderr reopened this Aug 21, 2020
@gineshidalgo99 gineshidalgo99 added the duplicate This issue or pull request already exists label Aug 24, 2020
@gineshidalgo99
Copy link
Member

See #1602 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants