keshavbhandari commited on
Commit
8a2ba1c
1 Parent(s): d102425

added packages.txt

Browse files
Files changed (2) hide show
  1. packages.txt +1 -0
  2. run_sh_archive.txt +0 -13
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ fluidsynth
run_sh_archive.txt DELETED
@@ -1,13 +0,0 @@
1
- #!/bin/bash
2
- CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
3
- eval "$(conda shell.bash hook)"
4
- conda activate $CONDA_ENV
5
-
6
- # Install fluidsynth using conda
7
- conda install conda-forge::fluidsynth
8
-
9
- # Install pip packages
10
- pip install -r requirements.txt
11
-
12
- # Run the app
13
- python app.py