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 48bce07 commit b1e8d0dCopy full SHA for b1e8d0d
Dockerfile
@@ -64,6 +64,10 @@ RUN apt-get install -y libfreetype6-dev && \
64
cd /usr/local/src && mkdir keras && cd keras && \
65
git clone --depth 1 https://github.com/fchollet/keras.git && \
66
cd keras && python setup.py install && \
67
+ #keras-rl
68
+ cd /usr/local/src && mkdir keras-rl && cd keras-rl && \
69
+ git clone --depth 1 https://github.com/matthiasplappert/keras-rl.git && \
70
+ cd keras-rl && python setup.py install && \
71
#neon
72
cd /usr/local/src && \
73
git clone --depth 1 https://github.com/NervanaSystems/neon.git && \
0 commit comments