Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
3c93fc40
Commit
3c93fc40
authored
Jul 14, 2022
by
Gustaf Ahdritz
Browse files
Attempt to add cusparse installation
parent
d07ae9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
3c93fc40
...
...
@@ -4,7 +4,7 @@ RUN apt-key del 7fa2af80
RUN
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
RUN
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN
apt-get update
&&
apt-get
install
-y
wget libxml2 cuda-minimal-build-11-3 git
RUN
apt-get update
&&
apt-get
install
-y
wget libxml2 cuda-minimal-build-11-3
cuda-cusparse-dev-11-3
git
RUN
wget
-P
/tmp
\
"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
\
&&
bash /tmp/Miniconda3-latest-Linux-x86_64.sh
-b
-p
/opt/conda
\
...
...
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