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

build docker image error from Dockerfile #420

Closed
zranguai opened this issue Apr 28, 2022 · 9 comments
Closed

build docker image error from Dockerfile #420

zranguai opened this issue Apr 28, 2022 · 9 comments
Assignees

Comments

@zranguai
Copy link

I have tried many times, and failed to build from the Dockfile many times due to network reasons, etc. Can you provide the .tar.gz file or publish the compiled docker image to the docker hub

@lvhan028 lvhan028 self-assigned this Apr 29, 2022
@lvhan028
Copy link
Collaborator

Hi, we are working on the prebuilt package. You can find the status from PR #347.

As for the compiled docker image, I am afraid you might meet with the same network issues even though we put it on the docker hub.

@zranguai zranguai closed this as completed May 2, 2022
@GeneralJing
Copy link

almost the same problem. a docker image from the docker hub is a better solution. can you supply it?

@lvhan028 lvhan028 reopened this May 9, 2022
@lvhan028
Copy link
Collaborator

lvhan028 commented May 9, 2022

almost the same problem. a docker image from the docker hub is a better solution. can you supply it?

OK. We will work on it.

@GeneralJing
Copy link

fast reply, thank you. here are the errors.
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavutil56_4.2.4-1ubuntu0.1_amd64.deb Connection failed [IP: 185.125.190.36 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libavcodec58_4.2.4-1ubuntu0.1_amd64.deb Connection failed [IP: 185.125.190.36 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libs/libssh/libssh-gcrypt-4_0.9.3-2ubuntu2.2_amd64.deb Connection failed [IP: 91.189.91.38 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/libswscale-dev_4.2.4-1ubuntu0.1_amd64.deb Connection failed [IP: 185.125.190.36 80]
Almost always these files cannot be downloaded,even i use different computers.

@lvhan028
Copy link
Collaborator

@GeneralJing @zranguai Have you guys tried to build docker image passing args USE_SRC_INSIDE=true? If it is turned on, aliyun source will be adopted.

@GeneralJing
Copy link

yes, i let the USE_SRC_INSIDE=true. the files listed above can be downloaded. but when going to download mmdeploy, it stucked. I commented the last few steps, and when the docker image is built, I downloaded and installed the last step files manually and install by mapping inside the container.

@lvhan028
Copy link
Collaborator

yes, i let the USE_SRC_INSIDE=true. the files listed above can be downloaded. but when going to download mmdeploy, it stucked. I commented the last few steps, and when the docker image is built, I downloaded and installed the last step files manually and install by mapping inside the container.

Well, that sounds an optional solution.

@lvhan028
Copy link
Collaborator

Sorry, folks. The built image is too large, over 14G. #683
We haven't figured out a good solution yet.

@GeneralJing
Copy link

i think that size is normal. Users need is a correct env, the size is the second consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants