Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
c63427af
Commit
c63427af
authored
Mar 08, 2019
by
Christopher Jan-Steffen Brix
Browse files
Removed CuDNN
parent
fe302b1c
Pipeline
#110037
passed with stage
in 4 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c63427af
...
...
@@ -43,7 +43,7 @@ integrationMXNetJobLinux:
integrationCaffe2JobLinux
:
stage
:
linux
image
:
registry.git.rwth-aachen.de/monticore/embeddedmontiarc/generators/emadl2cpp/integrationtests/caffe2:v0.0.
4
image
:
registry.git.rwth-aachen.de/monticore/embeddedmontiarc/generators/emadl2cpp/integrationtests/caffe2:v0.0.
3
script
:
-
mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean install --settings settings.xml -Dtest=IntegrationCaffe2Test
...
...
src/test/resources/docker/caffe2/Dockerfile
View file @
c63427af
...
...
@@ -51,19 +51,9 @@ RUN apt-get update && \
RUN
python
-c
'import lmdb'
&&
echo
"LMDB success"
||
echo
"LMDB failure"
RUN
apt remove nvidia-
*
RUN
apt update
RUN
apt-key adv
--fetch-keys
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub
RUN
bash
-c
'echo "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 /" > /etc/apt/sources.list.d/cuda.list'
RUN
apt update
RUN
apt
install
-y
cuda-toolkit-9.2
ENV
CUDNN_TAR_FILE="cudnn-8.0-linux-x64-v6.0.tgz"
RUN
wget http://developer.download.nvidia.com/compute/redist/cudnn/v6.0/
${
CUDNN_TAR_FILE
}
RUN
tar
-xzvf
${
CUDNN_TAR_FILE
}
RUN
cp
-P
cuda/include/cudnn.h /usr/local/cuda/include
RUN
cp
-P
cuda/lib64/libcudnn
*
/usr/local/cuda/lib64/
RUN
chmod
a+r /usr/local/cuda/lib64/libcudnn
*
\ No newline at end of file
RUN
apt
install
-y
cuda-toolkit-9.2
\ No newline at end of file
Write
Preview
Supports
Markdown
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