Update install_pip_and_deps.sh
Browse files- install_pip_and_deps.sh +2 -1
install_pip_and_deps.sh
CHANGED
|
@@ -21,4 +21,5 @@ python3.10 /home/ubuntu/get-pip.py
|
|
| 21 |
wget -O /home/ubuntu/mlserve.py https://huggingface.co/mayurchoubey123/sklearntest/raw/main/mlserve.py
|
| 22 |
|
| 23 |
# Run mlserve.py script with the provided URL
|
| 24 |
-
python3.10 mlserve.py "$URL" &
|
|
|
|
|
|
| 21 |
wget -O /home/ubuntu/mlserve.py https://huggingface.co/mayurchoubey123/sklearntest/raw/main/mlserve.py
|
| 22 |
|
| 23 |
# Run mlserve.py script with the provided URL
|
| 24 |
+
# python3.10 mlserve.py "$URL" &
|
| 25 |
+
nohup python3.10 mlserve.py "$URL" &
|