Containers
Containers
Containers
Containers help standardize applications, framewords, versions, and workflows.
We provide a set of standardized containers for different frameworks that can be freely used to speed up your own development:
Every container can be started the same way and results in a Jupyter Notebook environment with the requested framework and specific version installed:
#!/bin bash
$ name=fastai
$ tag=pt-1.11.0-fa-2.7.4-1.1.0
$ docker run -it --gpus all --shm-size=32g -p 8888:8888 -v $HOME/.$:/root/.$name -v $HOME/.cache:/root/.cache seemeai/$name:$tag