Skip to content

Commit 6535836

Browse files
committed
🔨 Updated ubuntu2004_gpu.dockerfile to avoid deprecated missing base image as well as add instructions to COPY necessary bash scripts for installation of dependencies.
Signed-off-by: Bey Hao Yun <[email protected]>
1 parent f3f40a0 commit 6535836

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dockerfiles/ubuntu2004_gpu.dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
FROM nvidia/cuda:11.4.0-cudnn8-devel-ubuntu20.04
1+
FROM nvidia/cuda:11.4.3-cudnn8-devel-ubuntu20.04
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

55
WORKDIR /build
6+
COPY ./scripts/install_latest_cmake.bash install_latest_cmake.bash
7+
COPY ./scripts/install_onnx_runtime.bash install_onnx_runtime.bash
8+
COPY ./scripts/install_apps_dependencies.bash install_apps_dependencies.bash
69

710
RUN apt-get update && \
811
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)