sabretoothedhugs commited on
Commit
5ccea80
1 Parent(s): 1f0c88e

Create environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +7 -0
environment.yml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ name: myenv
2
+ channels:
3
+ - defaults
4
+ dependencies:
5
+ - python=3.8
6
+ - tensorflow
7
+ - tensorboard