Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM
|
| 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 \
|