Skip to content

Instantly share code, notes, and snippets.

@MohamedKari
Last active March 4, 2020 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohamedKari/82458488ccca30f27170ab4a6c751956 to your computer and use it in GitHub Desktop.
Save MohamedKari/82458488ccca30f27170ab4a6c751956 to your computer and use it in GitHub Desktop.
Basic conda env.yml with anaconda and tensorflow
name: custom_env
dependencies:
- python=3.6
- anaconda
- boto3
- pip
- pip:
- tensorflow>=2.1.0
- ipykernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment