@@ -23,6 +23,7 @@ port = 10001:8888,10002:8889
#volumes = {container}conf/tool/jupyter:/root/.jupyter,{container}src/dmlearn:/src
volumes = {container}src/dmlearn:/src,{container}src/shell/learning:/shell
alias = python3->dmnotepy3,pip3->dmnote
+shm = 2g
command = jupyter lab
[phantomjs]
@@ -418,6 +418,7 @@ class Container(object):
,'host' : '--add-host'
,'root' : '--privileged='
,'memory' : '--memory='
+ ,'shm' : '--shm-size='
,'expose' : '--expose',
}
@staticmethod