We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a988b0a commit 911902fCopy full SHA for 911902f
worker/Dockerfile
@@ -37,3 +37,9 @@ RUN apt-get install -y ocaml
37
RUN sh -c 'echo "$(curl -fsSL https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein)" > /usr/bin/lein'
38
RUN chmod a+x /usr/bin/lein
39
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