josevalim commited on
Commit
1bd5560
1 Parent(s): bf64f16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,8 +11,8 @@ pinned: true
11
  You can install and run Livebook inside a Hugging Face Space. Here's how you can do it:
12
 
13
  1. Duplicate the Livebook Space to your account (by clicking on the [︙] in the top right and choosing "Duplicate this Space")
14
- 2. Create a secret inside your new Space with the name LIVEBOOK_PASSWORD
15
- 3. Set the secret value to a password of your choice with at least 12 characters
16
  4. Restart the Space
17
 
18
  Hugging Face will start Livebook inside your Space. Livebook will show you a login page, and you can use the value you set for the LIVEBOOK_PASSWORD Space secret.
 
11
  You can install and run Livebook inside a Hugging Face Space. Here's how you can do it:
12
 
13
  1. Duplicate the Livebook Space to your account (by clicking on the [︙] in the top right and choosing "Duplicate this Space")
14
+ 2. Create a secret inside your new Space with the name `LIVEBOOK_PASSWORD` and set the secret value to a password of your choice with at least 12 characters
15
+ 3. (Optional) If you plan to use GPU Hardware, also set a secret named `XLA_TARGET` to `cuda118`
16
  4. Restart the Space
17
 
18
  Hugging Face will start Livebook inside your Space. Livebook will show you a login page, and you can use the value you set for the LIVEBOOK_PASSWORD Space secret.