Skip to content

Commit

Permalink
update cudnn version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
HRashidi committed Oct 28, 2024
1 parent 916aa36 commit 875090e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
RUN apt-get update && apt-get install -y libgl1 libglib2.0-0 ffmpeg locales

# Set the locale
Expand Down
2 changes: 1 addition & 1 deletion tests.dstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: aana-tests

backends: [runpod]

image: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
image: nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04

env:
- HF_TOKEN
Expand Down

0 comments on commit 875090e

Please sign in to comment.