-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: remove docker stuff unrelated to packaging
- Loading branch information
Showing
4 changed files
with
6 additions
and
107 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
# TRIQS Docker Image | ||
# TRIQS Packaging | ||
|
||
This builds the [flatironinstitute/triqs](https://hub.docker.com/r/flatironinstitute/triqs) docker hub images which include [triqs](https://triqs.github.io/triqs) | ||
and the applications [cthyb](https://triqs.github.io/cthyb) and [dft_tools](https://triqs.github.io/dft_tools). | ||
This builds the [packages](https://users.flatironinstitute.org/~ccq/triqs/) in Jenkins for TRIQS and selected applications and runs tests. | ||
|
||
It can be used to run a Jupyter notebook environment yourself or on [Binder](https://mybinder.org/v2/gh/TRIQS/docker/unstable), or to run a shell for development: | ||
|
||
`docker run --rm -p 8888:8888 flatironinstitute/triqs` | ||
`docker run --rm -ti flatironinstitute/triqs bash` | ||
|
||
The Jupyter notebook will be accessible at [http://localhost:8888](http://localhost:8888), where you should pass the token provided on the command line. | ||
If you want the state of the virtual machine to be stored, drop `--rm` from the commands above. | ||
A summary of useful docker commands can be found [here](https://www.docker.com/sites/default/files/Docker_CheatSheet_08.09.2016_0.pdf). | ||
## Dependencies | ||
|
||
A separate [docker build](https://hub.docker.com/r/flatironinstitute/compiler-explorer) provides the [compiler-explorer](https://github.com/mattgodbolt/compiler-explorer) with triqs enabled, running on port 10240. | ||
The submodules in this repository point to the latest released revision of each module, and are updated automatically at the end of each successful Jenkins run for master or unstable, but only for tagged revisions on release branches. | ||
|
||
## Dependencies | ||
## Tests | ||
|
||
The submodules in this repository point to the latest revision of each module, and are updated automatically at the end of each successful Jenkins run. | ||
Tests to run on installed packages must be symlinked into the test directory from the appropriate submodules. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.