Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Use minimal-kernel docker image
Browse files Browse the repository at this point in the history
Refs #9

(c) Copyright IBM Corp. 2016
  • Loading branch information
jhpedemonte committed Jan 13, 2016
1 parent 40e1d90 commit bc94229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ run: | build run-kernel-gateway
run-debug:
$(MAKE) run CMD=start-debug

# TODO change to proper kernel-gateway minimal image
run-kernel-gateway: KG_IMAGE?=jupyter-incubator/all-spark-kernels
run-kernel-gateway: KG_IMAGE?=jupyter/minimal-kernel
run-kernel-gateway:
@kg_is_running=`docker ps -q --filter="name=$(KG_CONTAINER_NAME)"`; \
if [ -n "$$kg_is_running" ] ; then \
Expand Down

0 comments on commit bc94229

Please sign in to comment.