Skip to content

Commit

Permalink
Merge pull request #14 from avirshup/fix_distribution
Browse files Browse the repository at this point in the history
Fix distribution
  • Loading branch information
avirshup authored Apr 2, 2017
2 parents 4987f0e + 34fc4e4 commit 2520f05
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
include versioneer.py
include dockermake/_version.py
include requirements.txt
include example
include example/DockerMake.yml
include example/sample_data
include example/sample_data/airline_data
include example/sample_data/airline_data/AirPassengers.csv
include example/sample_data/plant_growth
include example/sample_data/plant_growth/Puromycin.csv
include img
include img/step1.png
include img/step2.png
include LICENSE
include MANIFEST.in
include README.md
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ Table of Contents

### Install

Requires [Docker](https://www.docker.com/products/docker), and Python (2.7 or 3.4+).
Requires [Docker](https://www.docker.com/products/docker) and Python 2.7.

```
pip install git+https://github.com/autodesk/DockerMake
pip install DockerMake
```

This will install the command line tool, `docker-make`, and its supporting python package, which you can import as `import dockermake`.


### Run it

To build some illustrative examples, try running:
To build some illustrative examples, try running the example in this repository:

```bash
wget https://raw.githubusercontent.com/autodesk/DockerMake/master/example/DockerMake.yml

git clone https://github.com/avirshup/DockerMake
cd DockerMake/example
docker-make --list
docker-make data_science --repo docker.io/myusername --tag testbuild
docker-make final
```


Expand Down Expand Up @@ -177,7 +177,7 @@ Image caching:
can bust multiple image layers by passing --bust-cache
multiple times.
--clear-copy-cache, --clear-cache
Remove docker-make's cache of files for `copy_from`.
Remove docker-make's cache of files for `copy-from`.
Repositories and tags:
--repository REPOSITORY, -r REPOSITORY, -u REPOSITORY
Expand Down

0 comments on commit 2520f05

Please sign in to comment.