Skip to content

Commit

Permalink
Upgrade to CUDA 12.1.0 to match pytorch version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac091 committed Mar 20, 2024
1 parent ec6f04a commit 82cabe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CUDA_VERSION=11.2.2-cudnn8-runtime-ubuntu20.04
ARG CUDA_VERSION=12.1.0-cudnn8-runtime-ubuntu20.04
ARG PYTHON_VERSION=3.8
ARG POETRY_VERSION=1.7.1

Expand Down
2 changes: 1 addition & 1 deletion silnlp/nmt/clearml_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __post_init__(self) -> None:

self.task.set_base_docker(
# docker_image="ghcr.io/sillsdev/silnlp:1.01.4",
docker_image="nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu20.04",
docker_image="nvidia/cuda:12.1.0-cudnn8-runtime-ubuntu20.04",
docker_arguments="-v /home/clearml/.clearml/hf-cache:/root/.cache/huggingface",
docker_setup_bash_script=[
"apt install -y python3-venv",
Expand Down

0 comments on commit 82cabe2

Please sign in to comment.