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

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

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