Sign inSign up

cjam/gnuradio

By cjam

•Updated almost 8 years ago

GNU Radio built on a ubuntu base

Image
1

901

cjam/gnuradio repository overview

⁠Dockerfile

This Dockerfile builds an Ubuntu 16.04 container with a working GNU Radio install. There are a number of other GNU Radio Dockerfiles that work fine for most people, but I couldn't seem to make any of them work on OSX.

Build the container:

docker build . -t gnuradio:basic

Running the container with a bunch of magic parameters that make X applications work in OSX.

docker run -i -t -e XAUTHORITY=/tmp/xauth -v ~/.Xauthority:/tmp/xauth -v /tmp/.X11-unix/:/tmp/ -e DISPLAY=$IP:0 --net host gnuradio:basic

Note that you need to replace $IP with the IP address of your active NIC. Also, in order for X to work, you need to have XQuartz installed on OSX.

This will launch bash within the container, you will want to run gnuradio-companion within the shell if you want the GUI

Tag summary

Content type

Image

Digest

Size

773.7 MB

Last updated

almost 8 years ago

docker pull cjam/gnuradio