Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
#
|
| 2 |
-
FROM
|
| 3 |
|
| 4 |
# Set the working directory
|
| 5 |
WORKDIR /home/user/app
|
|
|
|
| 1 |
+
# Use a base image with PyTorch and CUDA support
|
| 2 |
+
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
|
| 3 |
|
| 4 |
# Set the working directory
|
| 5 |
WORKDIR /home/user/app
|