Skip to content

alchemine/base-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prepared CUDA based Image for Machine Learning Project

$ docker pull alchemine/base-cuda:11.8.0-cudnn8-runtime-ubuntu22.04

1. Base Image

nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04

2. Installed Library

  1. Python 3.8, 3.9, 3.10 (default: 3.8)
    • update-alternatives --config python
    • update-alternatives --config pip
  2. apt packages
  3. Poetry (1.7.1)
  4. Java (1.8.0_382)

3. Usage

3.1 Project Sample

alchemine/base-project

3.2 docker run

3.3 docker-compose

4. Dockerfile