Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|virtualenv --no-download $ENVDIR | |virtualenv --no-download $ENVDIR | ||
|source $ENVDIR/bin/activate | |source $ENVDIR/bin/activate | ||
|pip install --upgrade pip | |pip install --no-index --upgrade pip | ||
|pip install --no-index tensorflow_gpu | |pip install --no-index tensorflow_gpu | ||
|pip freeze > requirements.txt | |pip freeze > requirements.txt |