Spaces:
Sleeping
Sleeping
updated package pytorch
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use an official PyTorch image as a base
|
| 2 |
-
FROM pytorch/pytorch:2.
|
| 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
|