Workaround for broken version of dependency

Suddenly wrong binary for Pillow was being downloaded (though version seemed same)  and also older 1.0.34 of fastai was what was downloaded from fastai conda channel insread of 1.0.41. Installing fastai from pip seems to pull the right one and latest fastai lib.
This commit is contained in:
Gopi Kumar 2019-01-21 22:19:43 -08:00 коммит произвёл GitHub
Родитель 0a2e0a0312
Коммит 9bd33ce351
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
cmd.exe /c "activate root & conda create -y -n fastai python=3.6 ipykernel" cmd.exe /c "activate root & conda create -y -n fastai python=3.6 ipykernel"
cmd.exe /c "activate fastai & conda install -c pytorch pytorch torchvision -y" cmd.exe /c "activate fastai & conda install -c pytorch pytorch -y"
cmd.exe /c "activate fastai & conda install -c fastai fastai -y" cmd.exe /c "activate fastai & pip install fastai"
function fixKernelSpec() ##Fix the kernels name in course notebook to ensure right kernel is started function fixKernelSpec() ##Fix the kernels name in course notebook to ensure right kernel is started
{ {