Skip to content

Commit

Permalink
Merge branch 'main' of github.com:newfrac/fenicsx-fracture
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaurini committed Oct 8, 2024
2 parents 9a514c0 + c256493 commit 54bfac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ docker build -t fenicsx-fracture -f docker/Dockerfile .
docker run --rm -ti -v $(pwd):/root/shared -w /root/shared --init -p 8888:8888 fenicsx-fracture
```

*Note:* On Windows, you may need to replace `$(pwd)$` with `${PWD}` or `%cd%` in the line above, depending on the type of your terminal.

You can then access the jupyter lab notebook opening in your browser one of the links starting with `http://...` indicated in the terminal.

Steps 1-3 need to be done only the first time. After, you can then start the container with the command in step 4 directly.
Expand Down

0 comments on commit 54bfac7

Please sign in to comment.