Revert to Python 3.8

tensorflow-base doesn't like the older cudatoolkit anymore. The one for python 3.8 still does, so lets just stick to that for now then.
This commit is contained in:
henk717 2021-09-16 01:18:04 +02:00
parent 03501a4c8c
commit fcc210898f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ dependencies:
- pytorch
- cudatoolkit=11.1
- tensorflow-gpu
- python=3.9.*
- python=3.8.*
- pip
- git
- pip:

View File

@ -8,7 +8,7 @@ dependencies:
- colorama
- flask-socketio
- pytorch
- python=3.9.*
- python=3.8.*
- cudatoolkit=11.1
- tensorflow-gpu
- transformers