Skip to content

Commit

Permalink
update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Nov 22, 2024
1 parent d2a5a6a commit c3afcb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Use nvidia/cuda image
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
CMD nvidia-smi

# Ignore interactive questions during `docker build`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Use nvidia/cuda image
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
CMD nvidia-smi

# Ignore interactive questions during `docker build`
Expand Down
2 changes: 1 addition & 1 deletion tests/exporters/Dockerfile_exporters_gpu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# use version with cudnn 8.5 to match torch==1.13.1 that uses 8.5.0.96
# has Python 3.8.10
FROM nvcr.io/nvidia/tensorrt:22.08-py3
FROM nvcr.io/nvidia/tensorrt:23.05-py3
CMD nvidia-smi

# Ignore interactive questions during `docker build`
Expand Down
2 changes: 1 addition & 1 deletion tests/onnxruntime/docker/Dockerfile_onnxruntime_gpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use version with CUDA 11.8 and TensorRT 8.5.1.7 to match ORT 1.14 requirements
FROM nvcr.io/nvidia/tensorrt:22.12-py3
FROM nvcr.io/nvidia/tensorrt:23.05-py3
CMD nvidia-smi

# Ignore interactive questions during `docker build`
Expand Down
2 changes: 1 addition & 1 deletion tests/onnxruntime/docker/Dockerfile_onnxruntime_trainer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Use nvidia/cuda image
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
CMD nvidia-smi

# Ignore interactive questions during `docker build`
Expand Down

0 comments on commit c3afcb6

Please sign in to comment.