-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitpod.yml
77 lines (57 loc) · 1.66 KB
/
.gitpod.yml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
tasks:
- name: requirements
init: >
pip install pipreqs && pipreqs
command: pip install -r requirements.txt && gp sync-done requirements
- name: instructions
init: gp sync-await requirements # wait for the above 'init' to finish
command: streamlit run instructions.py
# - name: app
# init: gp sync-await requirements # wait for the above 'init' to finish
# command: streamlit run app.py
# - name: bidirectional
# init: gp sync-await requirements
# command: streamlit run bidirectional.py
# - name: debank
# init: gp sync-await requirements
# command: streamlit run debank.py
# - name: funding_checker
# init: gp sync-await requirements
# command: streamlit run funding_checker.py
# - name: lending_rates
# init: gp sync-await requirements
# command: streamlit run lending_rates.py
# - name: Pricing_Sim
# init: gp sync-await requirements
# command: streamlit run Pricing_Sim.py
# - name: liquidity_checker
# init: gp sync-await requirements
# command: streamlit run liquidity_checker.py
# - name: cashcarryOLHC
# init: gp sync-await requirements
# command: streamlit run cashcarryOLHC.py
ports:
- port: 8501
onOpen: open-preview
visibility: public
- port: 8502
onOpen: open-browser
visibility: public
- port: 8503
onOpen: open-browser
visibility: public
- port: 8504
onOpen: open-browser
visibility: public
- port: 8505
onOpen: open-browser
visibility: public
- port: 8506
onOpen: open-browser
visibility: public
- port: 8507
onOpen: open-browser
visibility: public
- port: 8508
onOpen: open-browser
visibility: public