Skip to content
Snippets Groups Projects
Commit cf029768 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Using pip instead of apt packages

parent 8a8a9c9b
No related branches found
No related tags found
No related merge requests found
Pipeline #228782 waiting for manual action with stages
......@@ -38,6 +38,7 @@ Stage: build
libjemalloc-dev \
libjemalloc2 \
libsparsehash-dev \
libncurses5-dev \
libsdsl-dev \
libboost-all-dev \
libprotobuf-dev \
......@@ -46,16 +47,18 @@ Stage: build
libhts-dev \
libbz2-dev \
pybind11-dev \
python3 \
python3-pandas \
python3-matplotlib \
python3-sklearn \
python3-sklearn-lib \
python3-scipy \
python3-seaborn \
python3-numpy \
python3-pip \
unzip
# Installing python dependencies
pip3 install \
pandas \
matplotlib \
numpy==1.26.4 \
scikit-learn \
scipy \
seaborn
#Installing RUST
curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="/root/.cargo/bin:${PATH}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment