Last active
March 13, 2023 08:33
-
-
Save lseongjoo/1a4810f522439c0174e8ce674168fc6a to your computer and use it in GitHub Desktop.
딥러닝 소프트웨어 환경 설정 (x86 GPU)
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
name: pydeep | |
channels: | |
- defaults | |
- conda-forge | |
- nvidia | |
dependencies: | |
- python=3.9 | |
- pip | |
- pandas | |
- matplotlib | |
- scikit-learn | |
- conda-forge::numpy~=1.20.0 | |
- conda-forge::libblas=*=*blis | |
- conda-forge::cudatoolkit=11.2 | |
- conda-forge::cudnn=8.1.0 | |
- nvidia::cuda-nvcc=11.3.58 | |
- pip: | |
- tensorflow~=2.9.0 | |
- jupyterlab | |
- pydot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment