Skip to content

Commit

Permalink
Add environment files for dependencies installation. Closes #163
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Mar 18, 2020
1 parent 009ffc8 commit 0d62e01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions environment.server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: deepforge-keras-server
dependencies:
- python=3.7
- pip:
- tensorflow==1.14
- keras==2.2.5
- pillow
- dill
8 changes: 8 additions & 0 deletions environment.worker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: deepforge-keras
dependencies:
- python=3.7
pip:
- tensorflow==1.14
- keras==2.2.5
- pillow
- dill

0 comments on commit 0d62e01

Please sign in to comment.