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 9467b4e commit df5f7c5Copy full SHA for df5f7c5
libtorch/Dockerfile
@@ -1,5 +1,5 @@
1
ARG BASE_TARGET=base
2
-ARG GPU_IMAGE=ubuntu:18.04
+ARG GPU_IMAGE=ubuntu:20.04
3
FROM ${GPU_IMAGE} as base
4
5
ENV DEBIAN_FRONTEND=noninteractive
libtorch/build_docker.sh
@@ -15,13 +15,13 @@ case ${GPU_ARCH_TYPE} in
15
cpu)
16
BASE_TARGET=cpu
17
DOCKER_TAG=cpu
18
- GPU_IMAGE=ubuntu:18.04
+ GPU_IMAGE=ubuntu:20.04
19
DOCKER_GPU_BUILD_ARG=""
20
;;
21
cuda)
22
BASE_TARGET=cuda${GPU_ARCH_VERSION}
23
DOCKER_TAG=cuda${GPU_ARCH_VERSION}
24
25
26
27
rocm)
0 commit comments