DCRNN/DCRNN_CPU

4 lines
98 B
Plaintext

FROM tensorflow/tensorflow:latest-py3
COPY requirements.txt .
RUN pip install -r requirements.txt