From e1a8d38cee591a3d97f037b5485746f7068245cb Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Thu, 21 May 2026 15:10:30 +0200 Subject: [PATCH] typo --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index cbd7eb9..8c78b18 100755 --- a/run.sh +++ b/run.sh @@ -17,7 +17,7 @@ source "$VENV_DIR/bin/activate" echo "Installing dependencies..." pip install --upgrade pip pip install pandas numpy matplotlib seaborn pillow scikit-learn -pip install install "tensorflow[and-cuda]" +pip install "tensorflow[and-cuda]" pip install --upgrade kagglehub[pandas-datasets,hf-datasets] python3 skin_cancer_classification.py