examples/named_entity_recognition/components/preprocess/Dockerfile

4 lines
141 B
Docker

ARG BASE_IMAGE_TAG=1.12.0-py3
FROM tensorflow/tensorflow:$BASE_IMAGE_TAG
RUN python3 -m pip install keras
COPY ./src /pipelines/component/src