Skip to content

Commit

Permalink
Merge branch 'pd_feature/example/heat_conduction_greedy' of github.co…
Browse files Browse the repository at this point in the history
…m:LLNL/pylibROM into pd_feature/example/heat_conduction_greedy
  • Loading branch information
pravija12345 committed Dec 7, 2023
2 parents e438674 + f657158 commit 71fb2ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ cd /path/to/folder/pylibROM/docker/jupyter_pylibROM
Now, run the following command to build the Docker image:

```
docker build -t pylibROM-Jupyter:latest .
docker build -t pylibrom-jupyter:latest .
```

Once the image is built, you can run a container and start a Jupyter Notebook server. Replace /path/to/host/folder with the absolute path to the local directory you want to mount inside the container for Jupyter notebooks:

```
docker run -p 8888:8888 -v /path/to/host/folder:/notebooks -w /notebooks pylibROM-Jupyter:latest
docker run -p 8888:8888 -v /path/to/host/folder:/notebooks -w /notebooks pylibrom-jupyter:latest
```


Expand Down

0 comments on commit 71fb2ba

Please sign in to comment.