Ubuntu 20.04 LTS + Python 3.8.10 + numpy + Django
2.2K
Dockerfile
FROM ubuntu:20.04
RUN apt-get -y update
RUN apt-get install -y python3 python3-pip
RUN pip3 install numpy django
Content type
Image
Digest
sha256:cb932c991…
Size
207.4 MB
Last updated
over 2 years ago
docker pull ahashimoto/ubuntu-python3