File tree Expand file tree Collapse file tree 2 files changed +13
-20
lines changed
Expand file tree Collapse file tree 2 files changed +13
-20
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ engines:
3737 - type : docker
3838 image : openproblems/base_pytorch_nvidia:1
3939 setup :
40+ - type : python
41+ pypi :
42+ - gdown
43+ - scgpt # Install from PyPI to get dependencies
4044 - type : docker
41- run : |
42- git clone https://github.com/bowang-lab/scGPT && \
43- pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 && \
44- pip install "flash-attn<1.0.5" --no-build-isolation && \
45- pip install ipykernel pandas scanpy numba "numpy<1.24" torchtext==0.17.0 scib "scvi-tools<1.0" datasets==2.14.5 transformers==4.33.2 wandb "cell-gears<0.0.3" torch_geometric pyarrow==15.0.0 gdown && \
46- cd scGPT && pip install -e . --no-deps
45+ # Force re-installing from GitHub to get bug fixes
46+ run : pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git
4747
4848runners :
4949 - type : executable
Original file line number Diff line number Diff line change @@ -43,22 +43,15 @@ engines:
4343 - type : docker
4444 image : openproblems/base_pytorch_nvidia:1
4545 setup :
46+ - type : python
47+ pypi :
48+ - gdown
49+ - scgpt # Install from PyPI to get dependencies
50+ - faiss-cpu # TODO: Try installing faiss-gpu
4651 - type : docker
52+ # Force re-installing from GitHub to get bug fixes
4753 run : |
48- git clone https://github.com/bowang-lab/scGPT && \
49- pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121 && \
50- pip install "flash-attn<1.0.5" --no-build-isolation && \
51- pip install ipykernel pandas scanpy numba "numpy<1.24" torchtext==0.17.0 scib "scvi-tools<1.0" datasets==2.14.5 transformers==4.33.2 wandb "cell-gears<0.0.3" torch_geometric pyarrow==15.0.0 gdown && \
52- cd scGPT && pip install -e . --no-deps
53- # - type: python
54- # pypi:
55- # - gdown
56- # - scgpt # Install from PyPI to get dependencies
57- # - faiss-cpu # TODO: Try installing faiss-gpu
58- # - type: docker
59- # # Force re-installing from GitHub to get bug fixes
60- # run: |
61- # pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git
54+ pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git
6255
6356runners :
6457 - type : executable
You can’t perform that action at this time.
0 commit comments