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 5d3a6b2 commit 804f0bfCopy full SHA for 804f0bf
pkg/workloads/cortex/serve/run.sh
@@ -45,7 +45,7 @@ if [ -f "/mnt/project/conda-packages.txt" ]; then
45
py_version_cmd='echo $(python -c "import sys; v=sys.version_info[:2]; print(\"{}.{}\".format(*v));")'
46
old_py_version=$(eval $py_version_cmd)
47
48
- conda install --file /mnt/project/conda-packages.txt
+ conda install -y --file /mnt/project/conda-packages.txt
49
new_py_version=$(eval $py_version_cmd)
50
51
# reinstall core packages if Python version has changed
0 commit comments