rabin 7 年之前
父節點
當前提交
82a877c355
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/docker/conf/py.conf

+ 2 - 2
src/docker/conf/py.conf

@@ -12,11 +12,11 @@ volumes = {container}src/python3:/src
 
 [learn]
 volumes = {container}src/learn:/src
-alias = python3 pip3->dmlearn
+alias = python3->dmpython3,pip3->dmlearn
 
 [note]
 image = jupyter
 port = 10001:8888,10002:8889
 #volumes = {container}conf/jupyter:/root/.jupyter,{container}src/jupyter:/src
-alias = python3 pip3->dmlearn
+alias = python3->dmpython3,pip3->dmlearn
 command = jupyter lab