KevinX-Penn28 commited on
Commit
c41fed3
·
verified ·
1 Parent(s): 756f2ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.6.0-runtime-ubuntu22.04
2
 
3
  RUN apt update && apt install -y \
4
  git fish tmux curl ffmpeg \
 
1
+ FROM pytorch/pytorch:2.6.0-cuda12.6-cudnn9-devel
2
 
3
  RUN apt update && apt install -y \
4
  git fish tmux curl ffmpeg \