-
Notifications
You must be signed in to change notification settings - Fork 69
/
install_on_osbv2.sh
executable file
·24 lines (21 loc) · 1.08 KB
/
install_on_osbv2.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
set -ex
# Temporary file for helping installation of MDF on OSBv2
# To use this:
# 1) Go to https://www.v2.opensourcebrain.org
# 2) Log in (register first if you're not an OSBv2 user)
# 3) Go to https://www.v2.opensourcebrain.org/repositories/1
# 4) Click on Create new workspace. Dialog opens
# 5) Give it a unique name (e.g. with your username). Description and image are optional
# 6) Click on Create a new workspace.
# DO accept the offer to copy all files from the GitHub repo to the new workspace (Click OK)
# DON'T accept the offer to open workspace straight away; opens in wrong application.. (Click CANCEL instead)
# 7) Back at https://www.v2.opensourcebrain.org, find your new workspace, click the ... (3 dots, top right), open with JupyterLab
# 8) When JupyterLab opens, click on Terminal in the launcher
# 9) Type:
# cd Mod*/main/
# ./install_on_osbv2.sh
# cd examples/MDF/
# python simple.py -run
# 10) Hey presto, you've just run your first MDF model!
pip install dask==2.30.0 distributed==2.30.1 protobuf==3.17.0 torch==1.8.0
pip install .