Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use an official PyTorch image with CUDA support as the base image
|
2 |
-
FROM pytorch/pytorch:1.9.
|
3 |
|
4 |
# Install Git, OpenGL libraries, and libglib2.0
|
5 |
RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
|
|
|
1 |
# Use an official PyTorch image with CUDA support as the base image
|
2 |
+
FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-runtime
|
3 |
|
4 |
# Install Git, OpenGL libraries, and libglib2.0
|
5 |
RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
|