Last active
June 23, 2024 11:02
-
-
Save HoKim98/aa0ce737356cc150f8ab57f89acaa10c to your computer and use it in GitHub Desktop.
mobilex-env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# conda env create -f '{url|path}' | |
name: opence | |
channels: | |
- nvidia | |
- pytorch | |
dependencies: | |
- python | |
- pip | |
- scikit-learn | |
- numpy | |
# - opencv | |
- pytorch | |
# - tensorflow-gpu | |
- torchvision | |
- torchaudio | |
- pytorch-cuda=12.1 | |
- cudatoolkit | |
- jupyter | |
- notebook | |
- pip: | |
- --extra-index-url "https://pypi.nvidia.com" | |
# - opencv-python | |
# - tensorflow[and-cuda] | |
# - nvidia-dali-tf-plugin-cuda120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment