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.
2 parents 12a2b6f + f0823e4 commit e32ce4cCopy full SHA for e32ce4c
neurodocker/templates/ndfreeze.yaml
@@ -5,5 +5,8 @@ generic:
5
dependencies:
6
apt: neurodebian-freeze
7
instructions: |
8
- {{ ndfreeze.install_dependencies() }}
+ apt-get update -qq
9
+ apt-get install -y -q --no-install-recommends neurodebian-freeze
10
nd_freeze {{ ndfreeze.opts | default('') }} {{ ndfreeze.date }}
11
+ apt-get clean
12
+ rm -rf /var/lib/apt/lists/*
0 commit comments