giswqs commited on
Commit
708a404
1 Parent(s): ee853cb

Add ffmpeg

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. 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