Skip to content

Commit

Permalink
Updating container recipes to point to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeratyoy committed Nov 10, 2023
1 parent f06aa0b commit dc2bab9
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion hpobench/container/recipes/Singularity.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ VERSION v0.0.1
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& echo "Please never push a recipe that checks out any other branch than development or master" \
&& git checkout development \
&& git checkout develop \
&& echo "Here you can install extra requirements additional to singularity" \
&& pip install .[<new_benchmark>] \
&& echo "Please don't touch the following lines"
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/ml/Singularity.PyBNN
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION v0.0.1
&& cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[pybnn] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION v0.0.1
&& cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[svm] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/ml/Singularity.XGBoostBenchmark
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION v0.0.1
&& cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[xgboost] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/ml/Singularity.ml_mmfb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION v0.0.1
cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout development \
&& git checkout develop \
&& pip install ".[ml_mfbb]" \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION v0.0.1
cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout development \
&& git checkout develop \
&& pip install ".[ml_tabular_benchmarks]" \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VERSION v0.0.1
&& pip install git+https://github.com/automl/nas_benchmarks.git \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[tabular_benchmarks] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/nas/Singularity.nasbench_101
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION v0.0.1
&& pip install git+https://github.com/automl/nas_benchmarks.git \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[nasbench_101] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/nas/Singularity.nasbench_1shot1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VERSION v0.0.1
&& git clone https://github.com/automl/nasbench-1shot1.git \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[nasbench_1shot1] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/nas/Singularity.nasbench_201
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION v0.0.1
cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install . \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/od/Singularity.ODBenchmarks
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION v0.0.1
&& cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout LCs_Aug22 \
&& git checkout develop \
&& pip install .[outlier_detection] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION v0.0.1
&& cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout development \
&& git checkout develop \
&& pip install .[outlier_detection] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/rl/Singularity.Cartpole
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERSION v0.0.1
cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install .[cartpole] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
2 changes: 1 addition & 1 deletion hpobench/container/recipes/rl/Singularity.learnaBenchmark
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ VERSION v0.0.1
&& cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& ../learna/thirdparty/miniconda/miniconda/envs/learna/bin/python -m pip install . \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION v0.0.1
cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install --upgrade .[paramnet] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ VERSION v0.0.1
cd /home \
&& git clone https://github.com/automl/HPOBench.git \
&& cd HPOBench \
&& git checkout master \
&& git checkout develop \
&& pip install --upgrade .[paramnet] \
&& cd / \
&& mkdir /var/lib/hpobench/ \
Expand Down

0 comments on commit dc2bab9

Please sign in to comment.