Skip to content

Commit b1e8d0d

Browse files
committed
Add keras-rl package
1 parent 48bce07 commit b1e8d0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ RUN apt-get install -y libfreetype6-dev && \
6464
cd /usr/local/src && mkdir keras && cd keras && \
6565
git clone --depth 1 https://github.com/fchollet/keras.git && \
6666
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 && \
6771
#neon
6872
cd /usr/local/src && \
6973
git clone --depth 1 https://github.com/NervanaSystems/neon.git && \

0 commit comments

Comments
 (0)