Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
IMS_hardware_AI
elebrusORT
Commits
42c84f65
Commit
42c84f65
authored
5 years ago
by
George
Browse files
Options
Download
Patches
Plain Diff
numpy
parent
b783805f
Branches unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/scripts/install_common_deps.sh
+4
-4
dockerfiles/scripts/install_common_deps.sh
with
4 additions
and
4 deletions
+4
-4
dockerfiles/scripts/install_common_deps.sh
+
4
−
4
View file @
42c84f65
...
...
@@ -14,12 +14,12 @@ apt-get install -y --no-install-recommends \
wget
--quiet
https://repo.anaconda.com/miniconda/Miniconda3-4.5.11-Linux-x86_64.sh
-O
~/miniconda.sh
--no-check-certificate
&&
/bin/bash ~/miniconda.sh
-b
-p
/opt/miniconda
rm
~/miniconda.sh
/opt/miniconda/bin/conda clean
-ya
/opt/miniconda/bin/conda
install
-y
numpy
/opt/miniconda/bin/conda clean
-aqy
pip
install
numpy
#
/opt/miniconda/bin/conda install -y numpy
#
/opt/miniconda/bin/conda clean -aqy
rm
-rf
/opt/miniconda/pkgs
# Dependencies: cmake
sudo
wget
--quiet
https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-Linux-x86_64.tar.gz
tar
zxf cmake-3.14.3-Linux-x86_64.tar.gz
rm
-rf
cmake-3.14.3-Linux-x86_64.tar.gz
\ No newline at end of file
rm
-rf
cmake-3.14.3-Linux-x86_64.tar.gz
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets