Skip to content

Commit

Permalink
Merge pull request #35 from bioturing/Bituring-ecosystem-script
Browse files Browse the repository at this point in the history
new parameter added
  • Loading branch information
linuxpham committed Jan 30, 2024
2 parents 74d7796 + b5644d8 commit 353f168
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bioturing_ecosystem/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ if [ "$SSL_CONFIRM" == "yes" ] || [ "$SSL_CONFIRM" == "y" ]; then
-v "$USER_DATA_VOLUME":/data/user_data \
-v "$SSL_VOLUME":/config/ssl \
--name bioturing-ecosystem \
--cap-add SYS_ADMIN \
--cap-add NET_ADMIN \
--device /dev/fuse \
--security-opt apparmor:unconfined \
--shm-size=${shm_sizep} \
--gpus all \
-d \
Expand All @@ -480,6 +484,10 @@ else
-v "$APP_DATA_VOLUME":/data/app_data \
-v "$USER_DATA_VOLUME":/data/user_data \
--name bioturing-ecosystem \
--cap-add SYS_ADMIN \
--cap-add NET_ADMIN \
--device /dev/fuse \
--security-opt apparmor:unconfined \
--shm-size=${shm_sizep} \
--gpus all \
-d \
Expand Down
8 changes: 8 additions & 0 deletions bioturing_ecosystem/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,10 @@ if [ "$SSL_CONFIRM" == "yes" ] || [ "$SSL_CONFIRM" == "y" ]; then
-v "$USER_DATA_VOLUME":/data/user_data \
-v "$SSL_VOLUME":/config/ssl \
--name bioturing-ecosystem \
--cap-add SYS_ADMIN \
--cap-add NET_ADMIN \
--device /dev/fuse \
--security-opt apparmor:unconfined \
--shm-size=${shm_sizep} \
--gpus all \
-d \
Expand All @@ -467,6 +471,10 @@ else
-v "$APP_DATA_VOLUME":/data/app_data \
-v "$USER_DATA_VOLUME":/data/user_data \
--name bioturing-ecosystem \
--cap-add SYS_ADMIN \
--cap-add NET_ADMIN \
--device /dev/fuse \
--security-opt apparmor:unconfined \
--shm-size=${shm_sizep} \
--gpus all \
-d \
Expand Down

0 comments on commit 353f168

Please sign in to comment.