Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
littleBu
OpenXG-RAN
Commits
66518855
Commit
66518855
authored
Jan 12, 2024
by
Reem Bahsoun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unnecessary volumes in docker-compose.yaml
parent
61bada11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
+1
-5
No files found.
ci-scripts/yaml_files/sa_gnb_aerial/docker-compose.yaml
View file @
66518855
...
...
@@ -53,14 +53,10 @@ services:
stdin_open
:
true
tty
:
true
volumes
:
-
/lib/modules:/lib/modules
-
/dev/hugepages:/dev/hugepages
-
/usr/src:/usr/src
-
~/share:/opt/nvidia/cuBB/share
-
../../conf_files/vnf.sa.band78.fr1.273PRB.Aerial.conf:/opt/oai-gnb/etc/gnb.conf
container_name
:
oai-gnb-aerial
healthcheck
:
test
:
/bin/bash -c "ps aux | grep -v grep | grep -c softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
\ No newline at end of file
retries
:
5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment