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 552fc8c commit 489a63eCopy full SHA for 489a63e
setup.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-git clone https://github.com/fastai/fastai.git .
4
-cd ~/fastai
+git clone https://github.com/fastai/fastai.git
+cd fastai
5
conda env update -f environment-cpu.yml
6
cd ..
0 commit comments