Skip to content

Commit

Permalink
Remove docker from ipynb to outside.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed May 24, 2017
1 parent 5c706ee commit 327676c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials_source/generate_images_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def imread8(im_file):
####################
# Start the docker image
# ======================
from docker_util import runner
runner.start()
# from docker_util import runner
# runner.start()

####################
# Connect to the game
Expand Down Expand Up @@ -146,5 +146,5 @@ def __repr__(self):
# Clean up resources
# ==================
# Stop docker image
runner.stop()
# runner.stop()
client.disconnect()

0 comments on commit 327676c

Please sign in to comment.