allenai / open-instruct

Apache License 2.0
1.1k stars 145 forks source link

How to pull the image #81

Closed Forence1999 closed 8 months ago

Forence1999 commented 8 months ago

Sorry for bothering you for this problem. I met the following problem, when I try to pull the image.

Command:
~/project$ docker pull gcr.io/ai2-beaker-core/public/cl5erg1ebj67821o3200:latest

Output:
Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication

I am quite new to GCR. Can anyone help me with this? Thank you very much!

Forence1999 commented 8 months ago

With the help of the author, docker pull nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04 can serve as an alternative.

Note: Pyarrow 14.* introduces an error ("pyarrow.lib.ArrowCapacityError: array cannot contain more than 2147483646 bytes, have 2148543657"), specify the version to be 13.0.0 can solve this problem.

Thank the authors again for the kind help!