github-actions[bot] commited on
Commit
67cb4bf
·
1 Parent(s): a2da3c2

Sync with https://github.com/mozilla-ai/osm-ai-helper

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,6 +19,7 @@ ENV HOME=/home/user \
19
  WORKDIR $HOME/app
20
 
21
  RUN pip3 install git+https://github.com/mozilla-ai/osm-ai-helper.git
 
22
 
23
  COPY --chown=user . $HOME/app
24
 
 
19
  WORKDIR $HOME/app
20
 
21
  RUN pip3 install git+https://github.com/mozilla-ai/osm-ai-helper.git
22
+ RUN pip3 install folium streamlit streamlit-folium
23
 
24
  COPY --chown=user . $HOME/app
25