# how can i have a more recent version of ubuntu using docker

Source: https://forum.modalai.com/topic/3515/how-can-i-have-a-more-recent-version-of-ubuntu-using-docker
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2024-05-31 20:19:03 UTC by Syed Omair
Replies: 1 · Views: 535

## Syed Omair · 2024-05-31 20:19:03 UTC

hello everybody,

i have a m500 development drone. I am following this tutorial

https://docs.modalai.com/docker-on-voxl/

to have docker on my drone but i kind of want to use a more recent version of ubuntu because i want a more recent version of python to work with.

like i want to be able to install more recent versions of numpy and opencv and pandas packages and run scripts on the drone itself.

however, installing the pip version of python3 itself on roskinetic-xenial_v1_0 docker image is something of a pain itself. and in the end it doesn't work.

i was looking for a solution where i didn't have to deal with outdated distributions...

someone said they were able to do ros:noetic-robot a more recent version of python and ubuntu running but when i try to do it I get an error

here is the forum post 

https://forum.modalai.com/topic/1699/out-of-space-for-docker-load-i/4?_=1717186547613

![Screenshot 2024-05-31 at 3.18.15 PM.png](https://forum.modalai.com/assets/uploads/files/1717186703436-screenshot-2024-05-31-at-3.18.15-pm-resized.png) 

i accidentally asked in the wrong forum (FAQs) so reposting here. any help is appreciated 

thanks,
omair

## Reply by Moderator (ModalAI staff) · 2024-05-31 23:05:47 UTC

@Syed-Omair you can find the Dockerfiles in this repo https://gitlab.com/voxl-public/voxl-docker-images/roskinetic-docker from there you could try to modify the base file to see if you can get it to work. VOXL 1 runs an old Linux kernel, so there are likely going to be some limitations
