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 f0ed3aa commit b188627Copy full SHA for b188627
Dockerfile
@@ -89,6 +89,8 @@ RUN apt-get install -y libfreetype6-dev && \
89
cd /usr/local/src && mkdir keras-rl && cd keras-rl && \
90
git clone --depth 1 https://github.com/matthiasplappert/keras-rl.git && \
91
cd keras-rl && python setup.py install && \
92
+ #keras-rcnn
93
+ pip install git+https://github.com/broadinstitute/keras-rcnn && \
94
#neon
95
cd /usr/local/src && \
96
git clone --depth 1 https://github.com/NervanaSystems/neon.git && \
0 commit comments