File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ FROM ubuntu:$UBUNTU_VERSION AS build
55ARG TARGETARCH
66
77RUN apt-get update && \
8- apt-get install -y gcc-14 g++-14 build-essential git cmake libssl-dev
8+ apt-get install -y build-essential git cmake libssl-dev
99
10- ENV CC=gcc-14 CXX=g++-14
10+ ENV CC=gcc CXX=g++
1111
1212WORKDIR /app
1313
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ FROM ${BASE_CUDA_DEV_CONTAINER} AS build
1212ARG CUDA_DOCKER_ARCH=default
1313
1414RUN apt-get update && \
15- apt-get install -y gcc-14 g++-14 build-essential cmake python3 python3-pip git libssl-dev libgomp1
15+ apt-get install -y build-essential cmake python3 python3-pip git libssl-dev libgomp1
1616
17- ENV CC=gcc-14 CXX=g++-14 CUDAHOSTCXX=g++-14
17+ ENV CC=gcc CXX=g++ CUDAHOSTCXX=g++
1818
1919WORKDIR /app
2020
You can’t perform that action at this time.
0 commit comments