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
453c90ae
"...git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "f561b8ae288f3b6fa6e5aca971ebbcd3012c18b3"
Commit
453c90ae
authored
Apr 27, 2022
by
Gustaf Ahdritz
Browse files
Dockerfile CUDA compilation round 2
parent
23c69cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
453c90ae
FROM
nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04
RUN
apt-get update
&&
apt-get
install
-y
wget cuda-minimal-build-10-2 git
RUN
apt-get
install
-y
cuda-cusparse-dev-10-2
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