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:
parent
03501a4c8c
commit
fcc210898f
|
@ -9,7 +9,7 @@ dependencies:
|
|||
- pytorch
|
||||
- cudatoolkit=11.1
|
||||
- tensorflow-gpu
|
||||
- python=3.9.*
|
||||
- python=3.8.*
|
||||
- pip
|
||||
- git
|
||||
- pip:
|
||||
|
|
|
@ -8,7 +8,7 @@ dependencies:
|
|||
- colorama
|
||||
- flask-socketio
|
||||
- pytorch
|
||||
- python=3.9.*
|
||||
- python=3.8.*
|
||||
- cudatoolkit=11.1
|
||||
- tensorflow-gpu
|
||||
- transformers
|
||||
|
|
Loading…
Reference in New Issue