Skip to main content

Mlops-ml-deploy-made-iv

Project description

# mlops_made_2022

Настраиваем окружение:

  1. `python -m venv .venv`

  2. `source .venv/bin/activate`

  3. `pip install -r requirements.txt`

requirements.txt созданы с помощью консольной утилиты: 1) `pip freeze | grep -v hw01 > requirements.txt`

Формируем .gitignore файл для проекта + global для всей системы: 1) `curl -o .gitignore https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore` - последней строкой идет закомменченный игнор .idea для pycharm, нужно раскомментить вручную (актуально для меня) 2) `curl -o $HOME/.gitignore_global https://raw.githubusercontent.com/github/gitignore/master/Global/Linux.gitignore`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mlops-ml-deploy-made-iv-0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

Mlops_ml_deploy_made_iv-0.2-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page