DCRNN/DCRNN_CPU

4 lines
81 B
Plaintext

FROM ufoym/deepo:cpu
COPY requirements.txt .
RUN pip install -r requirements.txt