Replace /tmp/environment.yml with environment.yml in README.md

main
Aurélien Geron 2019-11-06 22:46:50 +08:00
parent 497eb70b7e
commit 3890272042
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Or using Anaconda:
$ git clone https://github.com/ageron/handson-ml2.git
$ cd handson-ml2
$ # Read `environment.yml` if you want to use a GPU.
$ conda env create -f /tmp/environment.yml
$ conda env create -f environment.yml
$ conda activate tf2
$ jupyter notebook