-
MinicondaLanguage/Python 2020. 7. 6. 09:11
미니콘다 ::
- Python 의 분석패키지 Installer 이다.
- Conda 의 미니멀 버전으로 Anaconda 저장소의 패키지를 설치할 수 있게한다.
- 버전 2 와 3 의 의존성을 확보하기 용이하다.
- Docker 사용시 Miniconda 를 이용하여 컨테이너 생성시 스크립트를 사용하여 의존성 패키지를 설치할 수 있다.
이는, 때때로 이미지를 Import 하는것보다 빠르게 환경을 구성할 수 있다.
https://docs.conda.io/en/latest/miniconda.html
Miniconda — Conda documentation
Miniconda Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use th
docs.conda.io
'Language > Python' 카테고리의 다른 글
리팩토링 :: 2 to 3 (0) 2020.07.03