I'm trying to run the command ollama run llama2 in Ubuntu or Docker, but I'm encountering the following error:Error: Head "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/89/8934d96d3f08982e95922b2b7a2c626a1fe873d7c3b06e8e56d7bc0a1fef9246/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%!F(MISSING)20240428%!F(MISSING)auto%!F(MISSING)s3%!F(MISSING)aws4_request&X-Amz-Date=20240428T090337Z&X-Amz-Expires=1200&X-Amz-SignedHeaders=host&X-Amz-Signature=9044d13445d5dabe0a629f886d7fa56039c4d63dc47577ef16f41f9c1684e63b": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com on [2409:40c1:1008:f25f::e6]:53: server misbehaving
I've tried running the command multiple times, but I keep getting the same error. I've also checked my internet connection and it seems to be working fine.
I expected the ollama run llama2 command to execute without any errors and perform the desired action.