Skip to content

Commit

Permalink
Update demo dockerfile for latest Genie client. Remove iPython (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimi authored and tgianos committed May 12, 2017
1 parent 89a14e8 commit 4c95919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions genie-demo/src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ For reference here is the machine specs that this demo was developed and tested
** MacOS Sierra 10.12.1
* 2.5 GHz Intel Core i7
* 16 GB 1600 MHz DDR3
* Docker 1.12.3
* Docker Compose 1.8.1
* Docker 17.03.1-ce-mac5
* Docker Compose 1.11.2

=== Caveats

Expand Down Expand Up @@ -154,9 +154,6 @@ click a link in the UI and it doesn't work try swapping in localhost for the hos
. Go to your working directory
.. Wherever you downloaded the `docker-compose.yml` to
.. `cd YourWorkDir`
.. Note the name of your working directory. When you bring up the demo this will become the first part of your
container names
... For Example
. Start the demo containers
.. `docker-compose up -d`
... The first time you run this it could take quite a while as it has to download 4 large images
Expand Down
2 changes: 1 addition & 1 deletion genie-demo/src/main/docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from alpine:3.4
MAINTAINER NetflixOSS <netflixoss@netflix.com>

RUN apk --no-cache add vim python py-pip python-dev bash g++ \
&& pip install --upgrade pip setuptools ipython pyyaml nflx-genie-client==3.0.48
&& pip install --upgrade pip setuptools pyyaml nflx-genie-client==3.3.3

COPY ./example/ /apps/genie/example/
WORKDIR /apps/genie/example
Expand Down

0 comments on commit 4c95919

Please sign in to comment.