Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -10,9 +10,8 @@ WORKDIR /app
|
|
| 10 |
|
| 11 |
# Install system dependencies (useful for spatial libraries)
|
| 12 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 13 |
-
curl \
|
| 14 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 15 |
-
&& apt-get install -y libexpat1-dev
|
| 16 |
|
| 17 |
# Install Titiler and Uvicorn server
|
| 18 |
RUN pip install --no-cache-dir titiler.application uvicorn
|
|
|
|
| 10 |
|
| 11 |
# Install system dependencies (useful for spatial libraries)
|
| 12 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 13 |
+
curl libexpat1\
|
| 14 |
+
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
| 15 |
|
| 16 |
# Install Titiler and Uvicorn server
|
| 17 |
RUN pip install --no-cache-dir titiler.application uvicorn
|