Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
insite-nest-module
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LuFG VR VIS
VR-Group
In Situ Pipeline
insite-nest-module
Commits
b9991186
Commit
b9991186
authored
5 years ago
by
Simon Oehrl
Browse files
Options
Downloads
Patches
Plain Diff
Adapt dockerfile
parent
e474f6d9
No related branches found
No related tags found
No related merge requests found
Pipeline
#163341
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-18
4 additions, 18 deletions
Dockerfile
with
4 additions
and
18 deletions
Dockerfile
+
4
−
18
View file @
b9991186
FROM
ubuntu:latest
ARG
DEBIAN_FRONTEND=noninteractive
FROM
nestsim/nest:3.0
RUN
apt-get update
&&
apt-get
install
-y
\
cmake g++ make ninja-build python3 python3-dev python3-pip python3-numpy python3-scipy python3-matplotlib
\
git gsl-bin libgsl0-dev libltdl-dev libtool netcat
\
cmake g++ make ninja-build netcat git
\
libboost-atomic-dev libboost-thread-dev libboost-system-dev libboost-date-time-dev libboost-regex-dev
\
libboost-filesystem-dev libboost-random-dev libboost-chrono-dev libboost-serialization-dev
\
libwebsocketpp-dev openssl libssl-dev ninja-build
RUN
pip3
install
Cython
RUN
git clone
--single-branch
--branch
nest-3 https://github.com/nest/nest-simulator.git nest
&&
\
cd
nest
&&
\
git checkout 5c0f41230dda9e4b99b8df89729ea43b340246ad
&&
\
cd
/
WORKDIR
/nest-build
RUN
cmake
\
-G
Ninja
\
-DCMAKE_INSTALL_PREFIX
=
/nest-install
\
-DCMAKE_BUILD_TYPE
=
Release
\
/nest
RUN
ninja
&&
ninja
install
libwebsocketpp-dev openssl libssl-dev
RUN
git clone
--single-branch
--branch
v2.10.14
--recurse-submodules
https://github.com/microsoft/cpprestsdk.git /cpprestsdk
WORKDIR
/cpprestsdk-build
RUN
cmake
\
...
...
@@ -30,7 +16,7 @@ COPY . /insite
WORKDIR
/insite-build
RUN
cmake
\
-G
Ninja
\
-Dwith-nest
=
/nest
-install
/bin/nest-config
\
-Dwith-nest
=
/
opt/
nest/bin/nest-config
\
-DCMAKE_BUILD_TYPE
=
Release
\
/insite
RUN
ninja
&&
ninja
install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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