Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
8c09ad6e
Commit
8c09ad6e
authored
2 years ago
by
Jakub Pelka
Browse files
Options
Downloads
Patches
Plain Diff
chown directories to npuser after creating, chmod as sudo
parent
192580fe
Branches
feature/dnf/GroupChat
No related tags found
1 merge request
!36
XX-4183/rootless CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
8c09ad6e
...
...
@@ -54,10 +54,11 @@ installbinaries:
-
git clean -ffdx
-
mkdir -p ~/.elixxir
-
./download_cmix_binaries.sh l d
-
mkdir -p /opt/xxnetwork/lib
-
sudo mkdir -p /opt/xxnetwork/lib
-
sudo chown -R npuser /opt/xxnetwork
-
cp bin/libpowmosm75.so /opt/xxnetwork/lib/
-
cp bin/libpow.fatbin /opt/xxnetwork/lib/
-
"
chmod
+x
*"
-
"
sudo
chmod
+x
*"
-
bin/server version
-
bin/server-cuda version
-
bin/client version
...
...
@@ -85,7 +86,8 @@ basice2e:
# - ./run.sh
# - mv results results-cpu
# - sleep 60
-
mkdir -p /opt/xxnetwork/lib
-
sudo mkdir -p /opt/xxnetwork/lib
-
sudo chown -R npuser /opt/xxnetwork
-
cp ../bin/libpowmosm75.so /opt/xxnetwork/lib/
-
cp ../bin/libpow.fatbin /opt/xxnetwork/lib/
-
sed -i 's/bin\/server/bin\/server-cuda/g' network.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment