3 lines
62 B
Docker
3 lines
62 B
Docker
|
FROM python:3
|
||
|
|
||
|
RUN pip install --no-cache-dir numpy tensorflow
|