We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea88c60 commit c817829Copy full SHA for c817829
Dockerfile
@@ -31,6 +31,9 @@
31
# Based on https://github.com/poldracklab/fmriprep/blob/9c92a3de9112f8ef1655b876de060a2ad336ffb0/Dockerfile
32
#
33
FROM ubuntu:xenial-20161213
34
+MAINTAINER The nipype developers https://github.com/nipy/nipype
35
+
36
+ARG DEBIAN_FRONTEND=noninteractive
37
38
# Prepare environment
39
RUN apt-get update && \
0 commit comments