view deploy/linux/docker/Dockerfile_test_appimage.in @ 1998:6d82eecd4164 import-audio-data

Rely more heavily on the "value"-column estimation from CSVFormat to determine which columns might contain sample data when importing audio from CSV; this makes things a bit more consistent, & can easily enough be overridden
author Chris Cannam
date Wed, 12 Sep 2018 15:29:01 +0100
parents 6ec18c2566e7
children c1745df7e211
line wrap: on
line source
FROM centos:7
RUN yum update
RUN yum -y groupinstall "X Window System"
RUN yum -y install wget
ADD output/SonicVisualiser-[[REVISION]]-x86_64.AppImage SV.AppImage
RUN chmod +x SV.AppImage
RUN ./SV.AppImage --appimage-extract
RUN ./squashfs-root/AppRun