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 bcddca4 commit 074f525Copy full SHA for 074f525
hpobench/container/recipes/ml/Singularity.ml_mmfb
@@ -12,10 +12,13 @@ VERSION v0.0.1
12
cd /home \
13
&& git clone https://github.com/automl/HPOBench.git \
14
&& cd HPOBench \
15
- && git checkout development \
+ && git checkout master \
16
&& pip install ".[ml_mfbb]" \
17
&& cd / \
18
&& mkdir /var/lib/hpobench/ \
19
+ && mkdir /var/lib/hpobench/cache \
20
+ && mkdir /var/lib/hpobench/data \
21
+ && mkdir /var/lib/hpobench/socket \
22
&& chmod -R 777 /var/lib/hpobench/ \
23
&& pip cache purge \
24
&& rm -rf /var/lib/apt/lists/*
0 commit comments