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

https://github.com/vfdev-5/mii-dockerfiles

my datascience dockerfiles
https://github.com/vfdev-5/mii-dockerfiles

datascience deep-learning dockerfile machine-learning

Last synced: 12 days ago
JSON representation

my datascience dockerfiles

Awesome Lists containing this project

README

          

# Pytorch and ML/CV/Stats friends docker image

- python 3.12
- pytorch 2.X and cuda 12.9
- torchvision, ignite
- scikit-learn, matplotlib ...
- opencv
- ...

## How to build image

```
docker build -t vfdev5/mii-dockerfiles:latest .
docker build -t vfdev5/mii-dockerfiles:jupyter . -f Dockerfile.jupyterlab
```