Update Dockerfile

This commit is contained in:
Faraz Fallahi
2021-04-09 20:34:31 -04:00
parent 8ff3935db4
commit 80d2411a42

View File

@@ -48,7 +48,7 @@ RUN pip3 install --upgrade dlib
RUN pip3 install --upgrade frida frida-tools
RUN \
pip3 install --upgrade pystan holidays lunarcalendar convertdate && \
pip3 install --upgrade Cython cmdstanpy pystan numpy pandas matplotlib LunarCalendar convertdate holidays setuptools-git python-dateutil tqdm && \
pip3 install --upgrade fbprophet && \
exit 0