conda 환경 파일 추가
This commit is contained in:
11
environment.yml
Normal file
11
environment.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: handson-ml
|
||||
dependencies:
|
||||
- python=3.5
|
||||
- scikit-learn
|
||||
- matplotlib
|
||||
- jupyter
|
||||
- pandas
|
||||
- pillow
|
||||
- pip:
|
||||
- tensorflow-gpu
|
||||
- watermark
|
||||
Reference in New Issue
Block a user