Skip to content

Commit 911902f

Browse files
committed
Add keras
1 parent a988b0a commit 911902f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

worker/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ RUN apt-get install -y ocaml
3737
RUN sh -c 'echo "$(curl -fsSL https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein)" > /usr/bin/lein'
3838
RUN chmod a+x /usr/bin/lein
3939
RUN lein
40+
41+
RUN apt-get install -y git
42+
43+
RUN pip3 install numpy scipy scikit-learn pillow h5py
44+
RUN pip3 install --upgrade --no-deps git+git://github.com/Theano/Theano.git
45+
RUN pip3 install keras

0 commit comments

Comments
 (0)