-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSingularity
More file actions
54 lines (46 loc) · 1.48 KB
/
Singularity
File metadata and controls
54 lines (46 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Bootstrap:docker
From:ubuntu:disco
%post
apt-get update -qq
apt-get install wget software-properties-common apt-transport-https -y
apt-get install libosmesa6 -y
apt-get install libglu1-mesa -y
apt-get install dvipng -y
apt-get install less -y
apt-get install ipython3 -y
apt-get install ipython3-qtconsole -y
apt-get install python3-matplotlib -y
apt-get install python3-h5py -y
apt-get install python3-numpy -y
apt-get install python3-mpi4py -y
apt-get install python3-scipy -y
apt-get install python3-pandas -y
apt-get install python3-seaborn -y
apt-get install python3-pip -y
apt-get install texlive-latex-base -y
apt-get install texlive-latex-extra -y
apt-get install htop -y
apt-get install git -y
apt-get install mercurial -y
apt-get install firefox -y
apt-get install x2goserver -y
apt-get install imagemagick -y
apt-get install feh -y
# vmtouch requires root.
# add-apt-repository ppa:likemartinma/devel
# apt-get update
# apt-get install vmtouch -y
apt-get install vim -y
# these might not work in latest version
# pip3 install plotly
# pip3 install latexcodec
pip3 install rebound
# build the font cache
python3 -c "import matplotlib.pyplot"
hg clone https://colinmcnally@bitbucket.org/colinmcnally/pyevtk
cd pyevtk
python3 setup.py install
%environment
export PYTHONPATH=~/vc/fargo3d-cm/python
%runscript
exec echo "runscript is empty "