Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More detailed conda installation that works on my machine #82

Open
TomCC7 opened this issue Oct 11, 2023 · 0 comments
Open

More detailed conda installation that works on my machine #82

TomCC7 opened this issue Oct 11, 2023 · 0 comments

Comments

@TomCC7
Copy link

TomCC7 commented Oct 11, 2023

Just leave it here in case someone needs

conda create --name vid2e python=3.9
conda activate vid2e
pip install -r rpg_vid2e/requirements.txt
conda install -y -c conda-forge pybind11 matplotlib=3.3 opencv=4.5
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch
conda install -c "conda-forge/label/broken" cudnn=8.1

My environment:

Linux hostname 6.5.2-arch1-1-g14 #1 SMP PREEMPT_DYNAMIC Sun, 10 Sep 2023 18:48:24 +0000 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant