You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Expected behavior
Run
cd rml && sudo docker build -t radioml/radioml .
and it will build the imageActual behavior
Run
cd rml && sudo docker build -t radioml/radioml .
Information
Run
docker version
at~/rml
The text was updated successfully, but these errors were encountered: