[1.requirements.txt 파일 생성]
[2.requirements.txt에 있는 패키지들 pip로 설치하기]
pip install -r requirements.txt
[참고 사이트]
https://itholic.github.io/python-requirements/
https://pip.pypa.io/en/stable/reference/pip_uninstall/
'오늘의 공부 > tensorflow & keras' 카테고리의 다른 글
우분투20.04 conda tab 자동완성(Enabling tab completion,anaconda bash completion) (0) | 2020.08.03 |
---|---|
pip 특정패키지 삭제하기:(pip scipy오류:tensorflow-gpu 2.1.0 has requirement scipy==1.4.1) (0) | 2020.08.01 |
아나콘다 가상환경 (0) | 2020.07.31 |
2.우분투20.04 아나콘다에서 keras 설치하기 (0) | 2020.07.29 |
1. 우분투 20.04에서 텐서플로우 gpu 설치하기 (5) | 2020.07.28 |