From d85ab210704d59f811ac59575ce55d5da71ec5ee Mon Sep 17 00:00:00 2001 From: marceloprates Date: Mon, 3 Mar 2025 18:55:41 -0300 Subject: [PATCH] Updated setup.sh for streamlit cloud --- setup.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.sh b/setup.sh index 4577e55..29fc792 100644 --- a/setup.sh +++ b/setup.sh @@ -1 +1,15 @@ +#! /bin/bash + +# Update package list +apt-get update + +# Install essential build tools including make and gcc +apt-get install -y build-essential make gcc + +# Optionally install other dependencies (e.g., for elevation or other libraries) +apt-get install -y python3-dev libgdal-dev + +# Clean up to reduce the image size +apt-get clean + pip install git+https://github.com/marceloprates/prettymaps.git \ No newline at end of file