forked from sinzlab/nndichromacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingularity.def
24 lines (21 loc) · 797 Bytes
/
singularity.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BootStrap: shub
From: sinzlab/pytorch-singularity:v3.8-torch1.7.0-dj0.12.7
%labels
MAINTAINER Arne Nix <[email protected]>
%post
# install third-party libraries
git clone https://github.com/sinzlab/nnfabrik.git
git clone -b readout_position_regularizer https://github.com/KonstantinWilleke/neuralpredictors
git clone -b konsti_monkey_experiments https://github.com/sinzlab/mei
git clone https://github.com/KonstantinWilleke/data_port
git clone https://github.com/KonstantinWilleke/nndichromacy
python -m pip install -e ./nnfabrik
python -m pip install -e ./neuralpredictors
python -m pip install -e ./mei
python -m pip install -e ./data_port
python -m pip install -e ./nndichromacy
%environment
%startscript
exec "$@"
%runscript
exec "$@"