Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/conorturner/jax-docker

GPU and CPU docker images for jaxlib
https://github.com/conorturner/jax-docker

Last synced: 4 days ago
JSON representation

GPU and CPU docker images for jaxlib

Awesome Lists containing this project

README

        

# jax-docker
GPU and CPU docker images for jaxlib

## Basic Usage

CPU:
```bash
docker run -it conorturner/jax-cpu bash
```

GPU with CUDA 11:
```bash
docker run --runtime nvidia -it conorturner/jax-cuda-11 bash
```