File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN if [[ "${ENABLE_SCANNER}" == "true" ]]; then \
7878 pip install --no-cache-dir ${SOURCE_DIR}[scanner-dev]; \
7979 fi
8080RUN if [[ "${ENABLE_RECOMMENDER}" == "true" ]]; then \
81- python -m pip install --user "$(head bdist_name)[tuning-config-recommender]" ; \
81+ pip install --no-cache-dir ${SOURCE_DIR}[tuning_config_recommender] ; \
8282 fi
8383
8484# cleanup
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ dependencies = [
4040" simpleeval>=0.9.13,<2.0" ,
4141" pillow>=12.1.1" ,
4242" kernels<=0.9.0" ,
43- " tuning_config_recommender>=0.1.7" ,
4443]
4544
4645[project .optional-dependencies ]
@@ -61,7 +60,7 @@ fms-accel-all = [
6160 " fms-acceleration-moe" ,
6261 " fms-acceleration-odm"
6362]
64- tuning-config-recommender =[" tuning-config-recommender >=0.1.5 " ]
63+ tuning_config_recommender =[" tuning_config_recommender >=0.1.7 " ]
6564
6665[tool .setuptools .packages .find ]
6766exclude = [" tests" , " tests.*" ]
You can’t perform that action at this time.
0 commit comments