Skip to content

Commit

Permalink
Checkout Dockerfile.kitchensink for blocking PR(#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Mar 11, 2020
1 parent 8e0e9b7 commit 24fec62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.kitchensink
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM deepforge/server:latest

RUN source activate ${DEEPFORGE_CONDA_ENV} && pip install tensorflow==1.14 keras==2.2.5 pillow dill

RUN deepforge extensions add deepforge-dev/deepforge-keras

0 comments on commit 24fec62

Please sign in to comment.