Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
riazarbi authored Dec 6, 2020
1 parent 6030a52 commit d7e0149
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,18 @@ RUN DEBIAN_FRONTEND=noninteractive \
# Install packages
RUN python3 -m pip install --upgrade torch torchvision fastai \
&& python3 -m pip install --upgrade tensorflow \
&& python3 -m pip install --upgrade Keras
&& python3 -m pip install --upgrade Keras \
&& python3 -m pip install --upgrade scikit-image \
&& python3 -m pip3 install --upgrade xgboost \
&& python3 -m pip install --upgrade catboost \
&& python3 -m pip install --upgrade plotly==4.13.0 \
&& python3 -m pip install --upgrade opencv-contrib-python \
&& python3 -m pip install --upgrade geopandas \
&& python3 -m pip install --upgrade pymc3 \
&& python3 -m pip install -q tensorflow_data_validation[visualization] \
&& python3 -m pip install --upgrade imutils \
&& python3 -m pip install --upgrade rioxarray \
&& python3 -m pip install --upgrade earthpy

USER $NB_USER

0 comments on commit d7e0149

Please sign in to comment.