mayurchoubey123 commited on
Commit
35e7271
1 Parent(s): c8faf17

Update install_pip_and_deps.sh

Browse files
Files changed (1) hide show
  1. install_pip_and_deps.sh +1 -1
install_pip_and_deps.sh CHANGED
@@ -15,7 +15,7 @@ curl https://bootstrap.pypa.io/get-pip.py -o /home/ubuntu/get-pip.py
15
  python3.10 /home/ubuntu/get-pip.py
16
 
17
  # Install Flask and mlflow using the pip installed earlier
18
- pip3.10 install Flask mlflow
19
 
20
  # Download mlserve.py script
21
  wget -O /home/ubuntu/mlserve.py https://huggingface.co/mayurchoubey123/sklearntest/raw/main/mlserve.py
 
15
  python3.10 /home/ubuntu/get-pip.py
16
 
17
  # Install Flask and mlflow using the pip installed earlier
18
+ /home/ubuntu/.local/bin/pip3.10 install Flask mlflow
19
 
20
  # Download mlserve.py script
21
  wget -O /home/ubuntu/mlserve.py https://huggingface.co/mayurchoubey123/sklearntest/raw/main/mlserve.py