# Voxl Docker Python

Source: https://forum.modalai.com/topic/3571/voxl-docker-python
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2024-06-20 19:02:07 UTC by Samuel Bryan
Replies: 1 · Views: 575

## Samuel Bryan · 2024-06-20 19:02:07 UTC

Hello,

I am trying to get the voxl-docker python script from this page: https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk-python

But when I try to run the pull command, I get this error:

docker pull gcr.io/modalai-public/voxl-mavsdk-python:v1.1
Error response from daemon: unable to ping registry endpoint
https://gcr.io/v0/
v2 ping attempt failed with error: Get
https://gcr.io/v2/:
dial tcp: lookup gcr.io on 8.8.8.8:53: dial udp 8.8.8.8:53: connect: network is unreachable
v1 ping attempt failed with error: Get
https://gcr.io/v1/_ping:
dial tcp: lookup gcr.io on 8.8.8.8:53: dial udp 8.8.8.8:53: connect: network is unreachable

I am running this on a Modal M500 with Voxl 1 and Docker is installed and setup. What would be causing this error?

## Reply by tom (ModalAI staff) · 2024-06-20 20:41:17 UTC

@Samuel-Bryan Have you tried building the image on VOXL following these steps: https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk-python#optional-building-the-image
