No description
- Shell 87.3%
- Dockerfile 12.7%
| .github/workflows | ||
| Dockerfile | ||
| install.sh | ||
| ivy_check | ||
| ivy_show | ||
| README.md | ||
| set-locale.sh | ||
| uninstall.sh | ||
Ivy in docker
Usage
Get this from Docker Hub: docker pull tchajed/ivy.
Then just use ./ivy_check as usual. You might want to add this repo to your
$PATH.
./ivy_check [ivy options] path_to_file.ivy
You can also use ./ivy_show in the same way.
Development
Create image (takes a while, needs to compile some large C++ dependencies):
docker buildx build -t tchajed/ivy:latest --platform linux/amd64,linux/arm64 .
docker push tchajed/ivy