We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf02e6a commit 749032aCopy full SHA for 749032a
ctconvert/startup_script.sh
@@ -16,18 +16,18 @@ function shutdown () {
16
trap shutdown ERR
17
18
apt-get update
19
-apt-get -y install git python3-pip python3-venv unzip wget
+apt-get -y install git python3.7 python3.7-venv unzip wget
20
21
cd /tmp
22
git clone https://github.com/ebmdatalab/clinicaltrials-act-converter.git
23
cd clinicaltrials-act-converter
24
25
echo "Installing requirements"
26
-python3 -m venv venv
27
-venv/bin/pip3 install -r requirements.txt
+python3.7 -m venv venv
+venv/bin/pip install -r requirements.txt
28
29
echo "Running command"
30
-venv/bin/python3 ctconvert/convert_data.py
+venv/bin/python ctconvert/convert_data.py
31
32
echo "Running webhook $CALLBACK"
33
curl "$CALLBACK"
0 commit comments