Skip to content

Commit

Permalink
update cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Dec 20, 2023
1 parent bee123b commit 059ffff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ We provide a Jupyter Notebook environment based on a Docker image that can be ho

## Ubuntu and CUDA version
Our environment supports the following CUDA version:
* `11.8.0-cudnn8-runtime-ubuntu22.04`: uses `nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04` (**default**)
* `12.1.1-cudnn8-runtime-ubuntu22.04`: uses `nvidia/cuda:12.1.1.0-cudnn8-runtime-ubuntu22.04` (**default**)
* Pytorch 2.x
* Tensorflow 2.x
* `11.8.0-cudnn8-runtime-ubuntu22.04`: uses `nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04`
* Pytorch 2.x
* Tensorflow 2.x
* `11.3.1-cudnn8-runtime-ubuntu20.04`: this version uses [nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04](https://hub.docker.com/layers/nvidia/cuda/11.3.1-cudnn8-runtime-ubuntu20.04/images/sha256-cb846310153958f4d6cb68af2a26a18532eaf110d67b51db1dd0df425cbdbb23) as the base image.
Expand Down

0 comments on commit 059ffff

Please sign in to comment.