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 e1d8e95 commit 8bcef0fCopy full SHA for 8bcef0f
Dockerfile.tmpl
@@ -217,7 +217,8 @@ RUN pip install \
217
RUN pip install tensorflow_decision_forests --no-deps && \
218
/tmp/clean-layer.sh
219
220
-RUN /tmp/keras_patch.sh
+RUN chmod +x /tmp/keras_patch.sh && \
221
+ /tmp/keras_patch.sh
222
223
ADD patches/keras_internal.py /opt/conda/lib/python3.10/site-packages/tensorflow_decision_forests/keras/keras_internal.py
224
ADD patches/keras_internal_test.py /opt/conda/lib/python3.10/site-packages/tensorflow_decision_forests/keras/keras_internal_test.py
0 commit comments