Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release from imandra-docs-builder #210

Open
wants to merge 14 commits into
base: release
Choose a base branch
from
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
waitFor: ['-']
entrypoint: '/bin/bash'
env:
- "IMANDRA_DOCS_BUILDER=eu.gcr.io/imandra-dev/imandra-docs-builder:e178aed45f471e9df357b54ba4d2c64937224d94"
- "IMANDRA_DOCS_BUILDER=eu.gcr.io/imandra-dev/imandra-docs-builder:920ee7f523f08f88f258c4142fc268c8b0bae7c5"
args:
- '-c'
- |
Expand Down
2 changes: 1 addition & 1 deletion notebooks-src/Installation - Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ From a terminal execute:

```sh.copy
docker pull imandra/imandra-client:latest && \
docker run -it --rm -v ${HOME}/.imandra:/root/.imandra \
docker run -it --rm -v ${HOME}/.imandra:/home/imandra/.imandra \
imandra/imandra-client:latest
```

Expand Down