File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Start with a base image that includes CUDA
2- FROM nvidia/cuda:12.9.0 -devel-ubuntu22.04 AS builder
2+ FROM nvidia/cuda:12.6.3 -devel-ubuntu22.04 AS builder
33
44# Install necessary packages
55RUN apt-get update && apt-get install -y \
@@ -47,7 +47,7 @@ RUN df -h
4747RUN --mount=type=ssh CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build -p moongate-server --release
4848
4949# Runtime stage
50- FROM nvidia/cuda:12.9.0 -runtime-ubuntu22.04
50+ FROM nvidia/cuda:12.6.3 -runtime-ubuntu22.04
5151
5252# Copy the binary from the builder stage
5353COPY --from=builder /usr/src/app/target/release/moongate-server /usr/local/bin/moongate-server
Original file line number Diff line number Diff line change 11# Start with a base image that includes CUDA
2- FROM nvidia/cuda:12.9.0 -devel-ubuntu22.04 AS builder
2+ FROM nvidia/cuda:12.6.3 -devel-ubuntu22.04 AS builder
33
44# Install necessary packages
55RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
You can’t perform that action at this time.
0 commit comments