File size: 409 Bytes
fe11871
 
 
 
 
 
 
 
 
 
 
 
9973038
fe11871
 
358da8a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: TiTiler Endpoint
emoji: πŸš€
colorFrom: red
colorTo: red
sdk: docker
app_port: 7860
pinned: false
short_description: A TiTiler demo endpoint
license: mit
---

# titiler-endpoint

A TiTiler demo endpoint

To build the image:

```bash
docker build -t giswqs/titiler-endpoint:latest .
```

To run the image:

```bash
docker run --platform=linux/amd64 -p 7860:7860 --rm -it giswqs/titiler-endpoint
```