Skip to content

Commit 489a63e

Browse files
Fix paths
1 parent 552fc8c commit 489a63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
git clone https://github.com/fastai/fastai.git .
4-
cd ~/fastai
3+
git clone https://github.com/fastai/fastai.git
4+
cd fastai
55
conda env update -f environment-cpu.yml
66
cd ..

0 commit comments

Comments
 (0)