Remove in-memory database references and related setup from scripts

This commit is contained in:
Nawaz Haider
2026-01-04 21:17:25 +06:00
parent 98fe566336
commit a31995f362
3 changed files with 1 additions and 8 deletions
-5
View File
@@ -5,8 +5,3 @@ rm ~/miniconda3/miniconda.sh
source ~/miniconda3/bin/activate
conda init --all
pip install -r requirements.txt
sudo apt update -y
sudo apt install build-essential curl -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustc in_memory_db/in_mem_db.rs -o in_memory_db/in_mem_db