Updated setup.sh for streamlit cloud

pull/134/head
marceloprates 2025-03-03 18:55:41 -03:00
rodzic f62ed5fbb7
commit d85ab21070
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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