Skip to content

Commit

Permalink
fix the env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Oct 8, 2024
1 parent e3f37f5 commit 312a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_local_jupyter_environment/1.7.0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
environment:
- JUPYTER_ENABLE_LAB=yes
- FABRIC_NOTEBOOK_TAGS=rel1.7.0
- FABRIC_TOKEN_LOCATION: /home/fabric/tokens.json
- FABRIC_TOKEN_LOCATION=/home/fabric/tokens.json
command:
- "/bin/sh"
- "-c"
Expand Down

0 comments on commit 312a16b

Please sign in to comment.