Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/inference-data-orderly-image
Docker image build for inference-data orderly
https://github.com/mrc-ide/inference-data-orderly-image
Last synced: 25 days ago
JSON representation
Docker image build for inference-data orderly
- Host: GitHub
- URL: https://github.com/mrc-ide/inference-data-orderly-image
- Owner: mrc-ide
- License: mit
- Created: 2022-07-14T12:53:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T14:48:46.000Z (over 1 year ago)
- Last Synced: 2024-11-06T02:31:39.445Z (2 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# inference-data-orderly
[![Build status](https://badge.buildkite.com/193017a1dbd38cc351c0bfc7da06662010827830916bfd851d.svg)](https://buildkite.com/mrc-ide/inference-data-orderly)
This is the docker container for [inference-data](https://github.com/mrc-ide/inference-data).
This repo is a fork of [`montagu-orderly`](https://github.com/vimc/montagu-orderly) with minor modifications
**Interaction with the server**. These commands interact with the orderly server on the *same host* as you run it. If you run these on your desktop they will not affect any other machine.
Make sure you have the most recent version of the container with
```
docker pull mrcide/inference-data-orderly:main
```Update the `https://github.com/mrc-ide/inference-data` repo on the orderly volume
```
./pull_sources
```Run orderly commands with
```
./orderly run
./orderly list names
./orderly --help
```etc.
Get a shell on the container with
```
./shell
```## Building the image
The image is built on [Buildkite](https://buildkite.com/mrc-ide/hiv-orderly)