Skip to content

Instantly share code, notes, and snippets.

@HoKim98
Last active June 23, 2024 11:02
Show Gist options
  • Save HoKim98/aa0ce737356cc150f8ab57f89acaa10c to your computer and use it in GitHub Desktop.
Save HoKim98/aa0ce737356cc150f8ab57f89acaa10c to your computer and use it in GitHub Desktop.
mobilex-env
---
# 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