Skip to content

Commit 9760829

Browse files
committed
trying to improve prebuilt performance
1 parent daa0e6e commit 9760829

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.gitpod.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11

2+
image: condaforge/mambaforge:22.9.0-2 # https://stackoverflow.com/questions/74413538/how-to-efficiently-set-up-development-conda-env-in-gitpod
3+
24
tasks: # before and init tasks are pre-built: https://www.gitpod.io/docs/configure/projects/prebuilds
35
- name: OpenBB Terminal # Install and Setup: miniconda, openbb terminal and openbb sdk
4-
before: |
5-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
6-
bash ~/miniconda.sh -b -p ${HOME}/miniconda
7-
eval "$(${HOME}/miniconda/bin/conda shell.bash hook)"
8-
conda init
9-
conda install -n base -c conda-forge mamba -y
10-
mamba create -n genelab-utils -c conda-forge -c bioconda -c defaults -c astrobiomike 'genelab-utils>=1.1.02' -y
6+
init: |
117
git clone https://github.com/OpenBB-finance/OpenBBTerminal.git
128
cd OpenBBTerminal
13-
init: |
149
conda create -n obb python=3.9.6 -y
1510
conda activate obb
1611
pip install openbb==2.0.0

0 commit comments

Comments
 (0)