Spaces:
Running
on
L4
Running
on
L4
build: use a newer base image
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
# Custom docker image for DeTikZify. The default HF Spaces GPU image installs a
|
2 |
-
# tex live version that is too old for our needs, so we install the
|
3 |
-
#
|
4 |
|
5 |
## system setup
|
6 |
# -----------------------------------------------------------------------------
|
7 |
-
FROM nvcr.io/nvidia/cuda:12.1.
|
8 |
|
9 |
ARG DEBIAN_FRONTEND=noninteractive
|
10 |
|
|
|
1 |
# Custom docker image for DeTikZify. The default HF Spaces GPU image installs a
|
2 |
+
# tex live version that is too old for our needs, so we install the correct one
|
3 |
+
# ourselves.
|
4 |
|
5 |
## system setup
|
6 |
# -----------------------------------------------------------------------------
|
7 |
+
FROM nvcr.io/nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
|
8 |
|
9 |
ARG DEBIAN_FRONTEND=noninteractive
|
10 |
|