Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FaVAD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository 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
NMPP
FaVAD
Commits
4371e7bc
Commit
4371e7bc
authored
5 years ago
by
Michele Compostella
Browse files
Options
Downloads
Patches
Plain Diff
Fixed repo path
parent
21b4ed73
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/installer.sh
+1
-1
1 addition, 1 deletion
assets/installer.sh
with
1 addition
and
1 deletion
assets/installer.sh
+
1
−
1
View file @
4371e7bc
...
@@ -47,7 +47,7 @@ echo "Installing LINUX packages..."
...
@@ -47,7 +47,7 @@ echo "Installing LINUX packages..."
sudo
apt
install
gcc gfortran libblas-dev liblapack-dev python python-pip python3 python3-pip ffmpeg imagemagick libsm6 libgl1 libgl1-mesa-dri libgl1-mesa-glx libpcre3-dev libxt6
sudo
apt
install
gcc gfortran libblas-dev liblapack-dev python python-pip python3 python3-pip ffmpeg imagemagick libsm6 libgl1 libgl1-mesa-dri libgl1-mesa-glx libpcre3-dev libxt6
# Storing repository location
# Storing repository location
REPO_
FOLDER
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
"
REPO_
PATH
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
"
# Creating software folder
# Creating software folder
mkdir
-p
$1
mkdir
-p
$1
...
...
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