AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
308 stars 58 forks source link

conda usage #292

Open ijit32 opened 1 year ago

ijit32 commented 1 year ago

How to use conda in script section? like

conda create --name myenv -y python=3.8
conda activate myenv
pip install --upgrade pip
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html
pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
conda install -y colmap
conda deactivate