sidoutcome commited on
Commit
ca7d80f
·
verified ·
1 Parent(s): 40d55b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use NVIDIA CUDA base image with Python
2
- FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
3
 
4
  # Install Python 3.10
5
  RUN apt-get update && apt-get install -y \
 
1
  # Use NVIDIA CUDA base image with Python
2
+ FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 # ✅ Full cuDNN support
3
 
4
  # Install Python 3.10
5
  RUN apt-get update && apt-get install -y \