Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rzimmerdev
/
lenet_mnist
like
1
Running
App
Files
Files
Community
a0f925f
lenet_mnist
/
Dockerfile
rzimmerdev
Fixed devices and demo
a0f925f
about 2 years ago
raw
Copy download link
history
blame
Safe
57 Bytes
FROM
python
WORKDIR
.
RUN
pip install -r requirements.txt