Git Product home page Git Product logo

dockerrml's People

Contributors

dirkcgrunwald avatar osh avatar robotastic avatar yonidavidson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerrml's Issues

I can't find SDR in the pulled full docker image

Hi, I've been trying to build a SDR environment for weeks and then I find this repo quite meet my necessary and I really appreciate it. However, I pulled down the full docker image from hub.docker and I don't see the SDR part(Only ML, Deep Learning and some base packages).

Unable to run the docker container

sudo docker run -i -t radioml/radioml /bin/bash
[sudo] password for priti:
Unable to find image 'radioml/radioml:latest' locally
docker: Error response from daemon: pull access denied for radioml/radioml, repository does not exist or may require 'docker login'.
See 'docker run --help'.

Running GNU Radio from any image

I am not able to run or use GNU Radio library from images: full, ml_gpu and sdr. Is the GNU Radio library installed in the pre-build docker images available on dockerhub space?

error when building gpu dockerfile

Sending build context to Docker daemon  7.168kB
Step 1/44 : FROM nvidia/cuda:7.5-cudnn4-devel
 ---> 5323169ee654
Step 2/44 : MAINTAINER Tim O'Shea <[email protected]>
 ---> Using cache
 ---> 27c565c319a9
Step 3/44 : ENV DEBIAN_FRONTEND noninteractive
 ---> Using cache
 ---> 9c194c457b6f
Step 4/44 : RUN apt-get update
 ---> Running in 10012e6c38a7
Ign http://archive.ubuntu.com trusty InRelease
Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Ign https://developer.download.nvidia.com  InRelease
Get:3 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]
Ign https://developer.download.nvidia.com  InRelease
Get:4 http://security.ubuntu.com trusty-security/universe Sources [127 kB]
Ign https://developer.download.nvidia.com  Release.gpg
Get:5 http://archive.ubuntu.com trusty Release.gpg [933 B]
Ign https://developer.download.nvidia.com  Release.gpg
Ign https://developer.download.nvidia.com  Release
Get:6 http://archive.ubuntu.com trusty-updates/universe Sources [288 kB]
Ign https://developer.download.nvidia.com  Release
**Err https://developer.download.nvidia.com  Packages
  gnutls_handshake() failed: Handshake failed
Err https://developer.download.nvidia.com  Packages
  gnutls_handshake() failed: Handshake failed**
Get:7 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1460 kB]
Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [1032 kB]
Get:9 http://security.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]
Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [378 kB]
Get:11 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4730 B]

Seems https://developer.download.nvidia.com no longer provide these packages.

Unable to build from Dockerfile

Expected behavior

Run cd rml && sudo docker build -t radioml/radioml . and it will build the image

Actual behavior

Run cd rml && sudo docker build -t radioml/radioml .

[INFO] Installing package: gnuradio
Cloning into 'gnuradio'...
Submodule 'volk' (https://github.com/gnuradio/volk.git) registered for path 'volk'
Cloning into 'volk'...
Submodule path 'volk': checked out '1299d72c396a88fd2679adfd7a919ac00d2cf678'
[WARNING] Configuration failed. Re-trying with higher verbosity.
CMake Error at CMakeLists.txt:30 (cmake_minimum_required):
  CMake 3.8 or higher is required.  You are running version 3.5.1


-- Configuring incomplete, errors occurred!
[ERROR] Configuration failed after running at least twice.
[ERROR] Problem occurred while building package gnuradio:
Configuration failed
[ERROR] Error installing package gnuradio. Aborting.

Information

Run docker version at ~/rml

Client: Docker Engine - Community
 Version:           19.03.4
 API version:       1.40
 Go version:        go1.12.10
 Git commit:        9013bf583a
 Built:             Fri Oct 18 15:54:09 2019
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.4
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.10
  Git commit:       9013bf583a
  Built:            Fri Oct 18 15:52:40 2019
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.2.10
  GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
 runc:
  Version:          1.0.0-rc8+dev
  GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

PyBombs throws sudo parse error when trying to build image

PyBOMBS - INFO - PyBOMBS Version 2.2.0
PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing binary packages:

/etc/sudoers.d/x2go: syntax error near line 1 <<<
sudo: parse error in near line 1
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.