mirror of
https://github.com/kennethreitz/conda-buildpack.git
synced 2026-06-05 06:56:13 +00:00
Update conda_compile
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
if [ ! -d /app/.heroku/miniconda ]; then
|
||||
puts-step "Preparing Python/Miniconda Environment"
|
||||
curl -Os https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
|
||||
bash Miniconda-latest-Linux-x86_64.sh -p /app/.heroku/miniconda/ -b | indent
|
||||
rm -fr Miniconda-latest-Linux-x86_64.sh
|
||||
puts-step "Preparing Python/Miniconda Environment"
|
||||
curl -Os https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
|
||||
bash Miniconda-latest-Linux-x86_64.sh -p /app/.heroku/miniconda/ -b | indent
|
||||
rm -fr Miniconda-latest-Linux-x86_64.sh
|
||||
|
||||
conda update conda
|
||||
conda install pip --yes | indent
|
||||
fi
|
||||
conda update conda
|
||||
conda install pip --yes | indent
|
||||
|
||||
echo "nomkl" > $HOME/.heroku/miniconda/conda-meta/pinned
|
||||
echo "added pinned file in $HOME/.heroku/miniconda/conda-meta/pinned"
|
||||
|
||||
Reference in New Issue
Block a user