Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori authored Dec 12, 2023
1 parent 5eb4f34 commit 9885bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo_053_alerts_price_spikes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install --upgrade pip
RUN pip install requests
RUN pip install -e git+https://github.com/resource-watch/cartosql.py.git#egg=cartosql
RUN pip install shapely
RUN pip install numpy==1.18.1
RUN pip install numpy
RUN pip install pandas==0.25.3
RUN pip install python-dateutil
RUN pip install backoff
Expand Down

0 comments on commit 9885bfa

Please sign in to comment.