Skip to content

Commit

Permalink
Docker build (update to CUDA 12.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Oct 11, 2024
1 parent bb990f0 commit 9748e52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Use NVIDIA CUDA base image with Ubuntu 22.04
FROM nvidia/cuda:12.4.0-base-ubuntu22.04
FROM nvidia/cuda:12.6.0-base-ubuntu22.04

# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=C.UTF-8

# nvidia-cuda-toolkit \

# Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
libcudnn8 libcudnn8-dev \
nvidia-cuda-dev nvidia-cuda-doc nvidia-cuda-gdb \
gcc-10 g++-10 \
build-essential \
nvidia-cuda-toolkit \
cuda-toolkit-12-6 \
cmake \
git \
wget \
Expand Down

0 comments on commit 9748e52

Please sign in to comment.