WeixuanZ / flood-warning-system

Found consecutive RUN commands DOK-W1001
Anti-pattern
Minor
a year agoa year old
Multiple consecutive RUN instructions. Consider consolidation.
 8
 9RUN pip3 install -r requirements.txt
10
11RUN echo "{\"PLAIDML_DEVICE_IDS\":[\"llvm_cpu.0\"],\"PLAIDML_EXPERIMENTAL\":false}" > /root/.plaidml12
13EXPOSE 5100
14