Updated bash scripts. Added background.txt file. Appended dataset file with optional OpenML caching

This commit is contained in:
Varyngoth
2025-11-11 03:03:01 -04:00
parent 0c2cf3d53d
commit 554605d9ab
5 changed files with 73 additions and 6 deletions

12
setup.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
sudo apt install nfs-common -y
mkdir /mnt/data
mount 192.168.2.69:/mnt/user/ml_datasets0 /mnt/data
$WORK_DIR=/mnt/data
mkdir -p /mnt/data/cache # ensure directory exists
export OPENML_CACHE_DIR=/mnt/data/cache