Skip to content

Instantly share code, notes, and snippets.

@lseongjoo
Last active March 13, 2023 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lseongjoo/1a4810f522439c0174e8ce674168fc6a to your computer and use it in GitHub Desktop.
Save lseongjoo/1a4810f522439c0174e8ce674168fc6a to your computer and use it in GitHub Desktop.
딥러닝 소프트웨어 환경 설정 (x86 GPU)
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