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
apex
Commits
c92b9751
Commit
c92b9751
authored
May 20, 2020
by
lcskrishna
Browse files
added docker files
parent
2e2584fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.jenkins/docker/build.sh
.jenkins/docker/build.sh
+1
-0
.jenkins/docker/launch.sh
.jenkins/docker/launch.sh
+1
-0
Dockerfile
Dockerfile
+7
-0
No files found.
.jenkins/docker/build.sh
0 → 100644
View file @
c92b9751
sudo
docker build
.
--rm
-t
apex
.jenkins/docker/launch.sh
0 → 100644
View file @
c92b9751
sudo
docker run
-it
-v
$HOME
:/data
--rm
--privileged
--device
=
/dev/dri
--device
=
/dev/kfd
--network
host
--group-add
video apex
Dockerfile
0 → 100644
View file @
c92b9751
ARG
FROM_IMAGE=lcskrishna/rocm-pytorch:rocm3.3_ubuntu16.04_py3.6_pytorch_updated
FROM
${FROM_IMAGE}
RUN
\
git clone
--recursive
https://github.com/ROCmSoftwarePlatform/apex.git
&&
\
cd
apex
&&
\
python3.6 setup.py
install
--cpp_ext
--cuda_ext
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