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