Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BeautifulSoup==3.2.1 | |
Jinja2==2.7.3 | |
Mako==0.9.1 | |
MarkupSafe==0.18 | |
Pillow==2.3.0 | |
Pygments==1.6 | |
argparse==1.2.1 | |
configglue==1.1.2 | |
dnspython==1.11.1 | |
feedparser==5.1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
c = get_config() | |
c.IPClusterStart.controller_launcher_class = "SGE" | |
c.IPClusterEngines.engine_launcher_class = "SGE" | |
c.IPClusterEngines.n = int(os.environ["CORES"]) - 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 16:17:22.983 [IPControllerApp] Using existing profile dir: u'/root/.ipython/profile_sge' | |
/opt/conda/lib/python2.7/site-packages/ipyparallel/controller/hub.py:261: UserWarning: get_default_value is deprecated: use the .default_value attribute | |
scheme = TaskScheduler.scheme_name.get_default_value() | |
/opt/conda/lib/python2.7/site-packages/ipyparallel/apps/ipcontrollerapp.py:406: UserWarning: get_default_value is deprecated: use the .default_value attribute | |
scheme = TaskScheduler.scheme_name.get_default_value() | |
2015-10-21 16:17:23.261 [scheduler] Scheduler started [leastload] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time docker build --rm -t jakirkham/ubuntu_conda . | |
Sending build context to Docker daemon 18.94 kB | |
Step 0 : FROM ubuntu:12.04 | |
12.04: Pulling from library/ubuntu | |
e31e0d7aee0f: Pull complete | |
5bc08cfeaf2b: Pull complete | |
259b021ba9cd: Pull complete | |
04c3793b1229: Pull complete | |
library/ubuntu:12.04: The image you are pulling has been verified. Important: image verification is a tech preview feature and should not be relied on to provide security. | |
Digest: sha256:f41afd7e2c72502f3f9194b1a84abb8fc6148c6565ab8c38900d009ba80c2ef7 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.