Skip to content

Instantly share code, notes, and snippets.

View uhalid's full-sized avatar

Uhalid Abou El kheir uhalid

  • Cesena
View GitHub Profile
@uhalid
uhalid / gist:9ed27db6017aa94f4f5147c555f7f186
Last active October 28, 2025 11:28
concrete-ml install support sm-120
#!/bin/bash
set -e
echo "--- 1. System Update ---"
apt update && apt upgrade -y
. /venv/main/bin/activate
echo "--- 2. Upgrading Pip ---"
python3 -m pip install -U pip wheel setuptools