potamides commited on
Commit
4827f56
·
verified ·
1 Parent(s): aa5635b

build: use a newer base image

Browse files
Files changed (1) hide show
  1. 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 latest one
3
- # oureselves.
4
 
5
  ## system setup
6
  # -----------------------------------------------------------------------------
7
- FROM nvcr.io/nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
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