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

docker pull error, "You have reached your pull rate limit" #32

Closed
XuanxuanGao opened this issue Sep 1, 2021 · 3 comments
Closed

docker pull error, "You have reached your pull rate limit" #32

XuanxuanGao opened this issue Sep 1, 2021 · 3 comments

Comments

@XuanxuanGao
Copy link

Is there any possibility to share the Dockerfile?

I was trying to use the docker since it's difficult to build the apex library. Whereas when I used docker pull like the below,
"docker pull cogview/cuda111_torch181_deepspeed040"

I got the following error message:
"Using default tag: latest
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit"

Therefore, an original Dockerfile may be better.

@Sleepychord
Copy link
Contributor

Hi, the dockerfile is already under env/, (although I am not 100% sure if it is the correct version).

@XuanxuanGao
Copy link
Author

Hi, the dockerfile is already under env/, (although I am not 100% sure if it is the correct version).

Thanks for the dockerfile! I change some components to make it suitable for my V100 GPU, and finally it works. The main changes are as follows:

cuda 10.1
cupy-cuda101
TORCH_CUDA_ARCH_LIST="6.0 6.1 7.0+PTX 7.5+PTX"
torch-1.7.1+cu101
torchvision-0.8.2+cu101

@yukeyiniupi
Copy link

嗨,dockerfile 已经在 env/ 下(虽然我不能 100% 确定它是否是正确的版本)。

感谢您的 dockerfile!我更改了一些组件以使其适合我的 V100 GPU,最后它可以工作了。主要变化如下:

cuda 10.1 cupy-cuda101 TORCH_CUDA_ARCH_LIST="6.0 6.1 7.0+PTX 7.5+PTX" torch-1.7.1+cu101 torchvision-0.8.2+cu101

你好,我根据你的 dockerfile 修改了我的 dockerfile,但是在 docker build 时会出错,请问你还修改了哪些地方,是我在哪里出错了吗。
image

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

3 participants