An open API service indexing awesome lists of open source software.

https://github.com/marcellodesales/ubuntu-python-ninja-docker

Base docker image for python and ninja, used in Machine Learning, OpenCV, etc
https://github.com/marcellodesales/ubuntu-python-ninja-docker

Last synced: 7 months ago
JSON representation

Base docker image for python and ninja, used in Machine Learning, OpenCV, etc

Awesome Lists containing this project

README

          

# Python Ninja Base image

Image used for OpenCV (Computer Vision), usually used in Machine Learning models for image processing.

To visualize the info, use the container:

```console
$ docker run -ti marcellodesales/ubuntu:python-3.8-ninja-1.8.2 python3 --version
Python 3.8.10

$ docker run -ti marcellodesales/ubuntu:python-3.8-ninja-1.8.2 ninja --version
1.10.2.git.kitware.jobserver-1
```

# Build

```console
docker-compose build
```

# Reuse

```dockerfile
FROM marcellodesales/ubuntu:python-3.8-ninja-1.8.2 ninja
```