| ## | |
| ## Dockerfile for photoscan13 | |
| ## | |
| FROM ubuntu:xenial | |
| RUN apt-get update && \ | |
| apt-get -y upgrade && \ | |
| apt-get install -y software-properties-common libglib2.0 libqt5gui5 libgtk2.0-0 libglu1-mesa libgomp1 zlib1g && \ | |
| apt-get install -y language-pack-en language-pack-en-base wget vim | |
| ## install Agisoft Photoscan 1.3 | |
| RUN wget --directory-prefix=/usr/local http://download.agisoft.com/photoscan-pro_1_3_0_amd64.tar.gz ;\ | |
| (cd /usr/local && tar zxvf photoscan-pro_1_3_0_amd64.tar.gz) ;\ | |
| (cd /usr/local/bin && ln -s ../photoscan-pro/photoscan-pro.sh) ;\ | |
| rm -f /usr/local/photoscan-pro_1_3_0_amd64.tar.gz ;\ | |
| dpkg-reconfigure locales ;\ | |
| chmod 755 /usr/local//photoscan-pro/ ;\ | |
| chmod 755 /usr/local//photoscan-pro/* | |
| CMD ["bash"] |
git clone https://github.com/mauricemanning/photoscan13-containerized cd photoscan13-containerized docker build --rm --tag photoscan13 . docker tag photoscan13:latest mmmanning/photoscan13:latest docker push mmmanning/photoscan13:latest docker images singularity pull docker://mmmanning/photoscan13:latest
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
vagrant@vagrant:~/photoscan13-containerized$ singularity exec photoscan13-latest.img /usr/local/photoscan-pro/photoscan.sh --help
Agisoft PhotoScan Professional version 1.3.0 build 3772 (64 bit)
Usage: photoscan [project] [flags]
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.