Skip to content

Instantly share code, notes, and snippets.

@amineHY
Last active November 28, 2020 13:47
Show Gist options
  • Save amineHY/7df916f1ee91a03a428c6c193b82f7b0 to your computer and use it in GitHub Desktop.
Save amineHY/7df916f1ee91a03a428c6c193b82f7b0 to your computer and use it in GitHub Desktop.
YAML file to setup conda envirenment
name: app
channels:
- conda-forge
- anaconda
dependencies:
- flask
- gunicorn
- pip:
- -r file:requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment