qgallouedec HF Staff commited on
Commit
d579b92
·
1 Parent(s): a9ab1f9
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Base image with CUDA 12.8, cuDNN 9, PyTorch 2.7.0
2
- FROM pytorch/pytorch:2.7.0-cuda12.8-cudnn9-runtime
3
 
4
  # Set working directory
5
  WORKDIR /usr/src/app
 
1
  # Base image with CUDA 12.8, cuDNN 9, PyTorch 2.7.0
2
+ FROM pytorch/pytorch:2.7.0-cuda12.8-cudnn9-devel
3
 
4
  # Set working directory
5
  WORKDIR /usr/src/app