mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
commented wrong lines
This commit is contained in:
56
build.sh
56
build.sh
@@ -1,6 +1,6 @@
|
||||
## Install Docker
|
||||
#sudo apt-get update
|
||||
#sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin python3-venv
|
||||
sudo apt-get update
|
||||
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin python3-venv
|
||||
|
||||
apt-get install -y jq
|
||||
|
||||
@@ -19,32 +19,32 @@ else
|
||||
sudo rm /etc/apt/sources.list.d/kurtosis.list
|
||||
fi
|
||||
|
||||
## Build the analysis docker image
|
||||
#cd analysis-module
|
||||
#sh ./build.sh
|
||||
#cd ..
|
||||
#
|
||||
## Build Gennet, WLS and Container-Proc monitoring docker images
|
||||
#
|
||||
#cd gennet-module
|
||||
#sh ./build_docker.sh
|
||||
#cd ..
|
||||
#
|
||||
#echo "host-proc: setup the venv @ /tmp/host-proc"
|
||||
#python3 -m venv /tmp/host-proc
|
||||
#. /tmp/host-proc/bin/activate
|
||||
#python3 -m pip install -r monitoring/host-proc/requirements.txt
|
||||
#deactivate
|
||||
#echo "host-proc: venv is ready"
|
||||
#
|
||||
#
|
||||
#cd wls-module
|
||||
#docker build -t wls:0.0.1 .
|
||||
#cd ..
|
||||
#
|
||||
#cd monitoring/container-proc
|
||||
#sh ./build.sh
|
||||
#cd ..
|
||||
# Build the analysis docker image
|
||||
cd analysis-module
|
||||
sh ./build.sh
|
||||
cd ..
|
||||
|
||||
# Build Gennet, WLS and Container-Proc monitoring docker images
|
||||
|
||||
cd gennet-module
|
||||
sh ./build_docker.sh
|
||||
cd ..
|
||||
|
||||
echo "host-proc: setup the venv @ /tmp/host-proc"
|
||||
python3 -m venv /tmp/host-proc
|
||||
. /tmp/host-proc/bin/activate
|
||||
python3 -m pip install -r monitoring/host-proc/requirements.txt
|
||||
deactivate
|
||||
echo "host-proc: venv is ready"
|
||||
|
||||
|
||||
cd wls-module
|
||||
docker build -t wls:0.0.1 .
|
||||
cd ..
|
||||
|
||||
cd monitoring/container-proc
|
||||
sh ./build.sh
|
||||
cd ..
|
||||
|
||||
# enable as we start using go-waku
|
||||
|
||||
|
||||
Reference in New Issue
Block a user