imravi commited on
Commit
0bb352f
·
verified ·
1 Parent(s): 0e2c396

updated package pytorch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official PyTorch image as a base
2
- FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /app
 
1
  # Use an official PyTorch image as a base
2
+ FROM pytorch/pytorch:2.4.0-cuda12.1-cudnn9-runtime
3
 
4
  # Set the working directory inside the container
5
  WORKDIR /app