abenkbp commited on
Commit
f706da4
·
1 Parent(s): 38e73b3
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +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
 
14
  # Get the API key from environment variables
15
  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.call(["npm","update","-g","npm"])
14
 
15
  # Get the API key from environment variables
16
  key = "UCODE_SECRET"