We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5e1862 + 1bb6119 commit 3ba390aCopy full SHA for 3ba390a
2 files changed
build/nvcr.Dockerfile
@@ -78,7 +78,7 @@ RUN if [[ "${ENABLE_SCANNER}" == "true" ]]; then \
78
pip install --no-cache-dir ${SOURCE_DIR}[scanner-dev]; \
79
fi
80
RUN if [[ "${ENABLE_RECOMMENDER}" == "true" ]]; then \
81
- python -m pip install --user "$(head bdist_name)[tuning-config-recommender]"; \
+ pip install --no-cache-dir ${SOURCE_DIR}[tuning_config_recommender]; \
82
83
84
# cleanup
pyproject.toml
@@ -61,7 +61,7 @@ fms-accel-all = [
61
"fms-acceleration-moe",
62
"fms-acceleration-odm"
63
]
64
-tuning-config-recommender=["tuning-config-recommender>=0.1.5"]
+tuning_config_recommender=["tuning_config_recommender>=0.1.7"]
65
66
[tool.setuptools.packages.find]
67
exclude = ["tests", "tests.*"]
0 commit comments