Skip to content

Instantly share code, notes, and snippets.

@dimazest
Created February 3, 2022 02:21
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 dimazest/40571dcec7de84601abdfe7b12445040 to your computer and use it in GitHub Desktop.
Save dimazest/40571dcec7de84601abdfe7b12445040 to your computer and use it in GitHub Desktop.
Conda environment definition to install tensorflow and tensorflow-text
channels:
- conda-forge
dependencies:
- python=3.9.*
- absl-py
- astunparse
- cachetools
- charset-normalizer
- cudatoolkit
- python-flatbuffers
- gast=0.4.0
- google-auth
- google-auth-oauthlib
- google-pasta
- grpcio
- h5py
- hyperopt
- libclang
- markdown
- matplotlib
- notebook
- oauthlib
- opt-einsum
- pandas
- pip
- protobuf
- pyasn1-modules
- requests
- requests-oauthlib
- rsa
- scikit-learn
- termcolor
- urllib3
- werkzeug
- wrapt
- libclang
- cudnn
- pip:
- keras
- tensorflow-hub
- tensorflow-text
- tensorflow-gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment