Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GRASLAND Hadrien
Fast5x5
Commits
fcdde31a
Commit
fcdde31a
authored
Mar 23, 2018
by
CHAMONT David
Browse files
add r-base to the docker image
parent
696bbca0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-0
No files found.
README.md
View file @
fcdde31a
...
...
@@ -120,7 +120,7 @@ make
cd
/path/to/Fast5x5/
mkdir
build
&&
cd
build
export
Boost_DIR
=
/path/to/boost/root
# Only if you didn't install boost from your distribution
cmake
-D
CMAKE_PREFIX_PATH
=
path/to/boost.simd_build_dir/ ..
cmake
-D
CMAKE_PREFIX_PATH
=
/
path/to/boost.simd_build_dir/ ..
make
```
...
...
docker/Dockerfile
View file @
fcdde31a
...
...
@@ -16,6 +16,7 @@ RUN apt-get update \
&&
apt-get
install
-y
x11-apps
\
&&
apt-get
install
-y
xemacs21
\
&&
apt-get
install
-y
cmake
\
&&
apt-get
install
-y
r-base
\
&&
rm
-rf
/var/lib/apt/lists/
*
# boost
...
...
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