lenet_mnist / Dockerfile
rzimmerdev's picture
Fixed devices and demo
a0f925f
raw
history blame
57 Bytes
FROM python
WORKDIR .
RUN pip install -r requirements.txt