We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56b230 commit 44bcb92Copy full SHA for 44bcb92
label_studio_ml/examples/mmdetection-3/Dockerfile
@@ -1,5 +1,5 @@
1
-ARG PYTORCH="1.13.0"
2
-ARG CUDA="11.6"
+ARG PYTORCH="2.0.0"
+ARG CUDA="11.7"
3
ARG CUDNN="8"
4
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
5
0 commit comments