Skip to content

Commit

Permalink
Update sadasadam.dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Neteler <neteler@mundialis.de>
  • Loading branch information
lucadelu and neteler authored Dec 5, 2023
1 parent dc35717 commit 19ec985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadasadam.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get -y install \
# Set python aliases for Python 3.x
echo 'alias python=python3' >> ~/.bashrc \
&& echo 'alias pip=pip3' >> ~/.bashrc \
&& . ~/.bashrc
&& source ~/.bashrc
#
# NumPy is needed for OpenCV, gsutil for level1-csd, landsatlinks for level1-landsat (requires gdal/requests/tqdm)
RUN pip3 install --no-cache-dir --upgrade pip && \
Expand Down

0 comments on commit 19ec985

Please sign in to comment.