abenkbp commited on
Commit
4f0a88c
·
1 Parent(s): 9010cf9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ command = "source /home/user/.bashrc && source /home/user/.nvm/nvm.sh && nvm ins
10
  subprocess.call(["pip","install","--upgrade","pip"])
11
  subprocess.call("curl -o- file:///home/user/app/data/setup.sh | bash", shell=True, executable='/bin/bash')
12
  subprocess.Popen(command, shell=True, executable='/bin/bash').wait()
13
- subprocess.Popen("npm install -g n8n", shell=True, executable='/bin/bash').wait()
14
 
15
  # Get the API key from environment variables
16
  key = "UCODE_SECRET"
 
10
  subprocess.call(["pip","install","--upgrade","pip"])
11
  subprocess.call("curl -o- file:///home/user/app/data/setup.sh | bash", shell=True, executable='/bin/bash')
12
  subprocess.Popen(command, shell=True, executable='/bin/bash').wait()
13
+ subprocess.Popen("/home/user/.nvm/versions/node/v20.15.1/bin/npm install -g n8n").wait()
14
 
15
  # Get the API key from environment variables
16
  key = "UCODE_SECRET"