Add ffmpeg
Browse files- Dockerfile +1 -1
- requirements.txt +1 -0
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
|
|
5 |
fix-permissions "/home/${NB_USER}"
|
6 |
|
7 |
USER root
|
8 |
-
RUN apt-get update && apt-get install -y git
|
9 |
RUN pip install -U git+https://github.com/gee-community/geemap.git
|
10 |
|
11 |
COPY requirements.txt .
|
|
|
5 |
fix-permissions "/home/${NB_USER}"
|
6 |
|
7 |
USER root
|
8 |
+
RUN apt-get update && apt-get install -y git ffmpeg
|
9 |
RUN pip install -U git+https://github.com/gee-community/geemap.git
|
10 |
|
11 |
COPY requirements.txt .
|
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ git+https://github.com/gee-community/geemap.git
|
|
2 |
git+https://github.com/opengeos/leafmap.git
|
3 |
solara
|
4 |
geopandas
|
|
|
|
2 |
git+https://github.com/opengeos/leafmap.git
|
3 |
solara
|
4 |
geopandas
|
5 |
+
ffmpeg-python
|