Skip to content

Commit 8bcef0f

Browse files
authored
permission fix Dockerfile.tmpl
1 parent e1d8e95 commit 8bcef0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ RUN pip install \
217217
RUN pip install tensorflow_decision_forests --no-deps && \
218218
/tmp/clean-layer.sh
219219

220-
RUN /tmp/keras_patch.sh
220+
RUN chmod +x /tmp/keras_patch.sh && \
221+
/tmp/keras_patch.sh
221222

222223
ADD patches/keras_internal.py /opt/conda/lib/python3.10/site-packages/tensorflow_decision_forests/keras/keras_internal.py
223224
ADD patches/keras_internal_test.py /opt/conda/lib/python3.10/site-packages/tensorflow_decision_forests/keras/keras_internal_test.py

0 commit comments

Comments
 (0)