Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

my datascience dockerfiles

Awesome Lists containing this project

README

        

# Pytorch and ML/CV/Stats friends docker image

- conda and python 3.9
- pytorch 2.3 and cuda 12.4
- 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
```