Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scikit-multimodallearn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dev
scikit-multimodallearn
Commits
087cd784
Commit
087cd784
authored
5 months ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
1cea472b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#14638
failed
5 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_script.sh
+22
-0
22 additions, 0 deletions
install_script.sh
with
22 additions
and
0 deletions
install_script.sh
0 → 100644
+
22
−
0
View file @
087cd784
apt-get update
-y
apt-get upgrade
-y
apt-get
install
-y
--no-install-recommends
apt-get
install
-y
--no-install-recommends
python3
apt-get
install
-y
--no-install-recommends
python3-setuptools
apt-get
install
-y
--no-install-recommends
python3-sklearn
apt-get
install
-y
--no-install-recommends
python3-pytest
apt-get
install
-y
--no-install-recommends
python3-pytest-cov
apt-get
install
-y
--no-install-recommends
python3-nose
apt-get
install
-y
--no-install-recommends
python3-sphinx
apt-get
install
-y
--no-install-recommends
python3-numpydoc
apt-get
install
-y
--no-install-recommends
python3-sphinx-gallery
apt-get
install
-y
--no-install-recommends
python3-matplotlib
apt-get
install
-y
--no-install-recommends
python3-pil
apt-get
install
-y
--no-install-recommends
python3-tk
apt-get
install
-y
--no-install-recommends
python3-pip
apt-get clean
apt-get
install
-y
--no-install-recommends
locales
apt-get clean locale-gen en_US.UTF-8 update-locale en_US.UTF-8
echo
"export LC_ALL=
$(
locale
-a
|
grep
en_US
)
"
>>
/root/.bashrc
echo
"export LANG=
$(
locale
-a
|
grep
en_US
)
"
>>
/root/.bashrc
pip3
install
-r
requirements.txt
\ No newline at end of file
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