rabin 7 gadi atpakaļ
vecāks
revīzija
002698252a
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 1 0
      src/docker/build/learning/Dockerfile
  2. 2 1
      src/docker/conf/py.conf

+ 1 - 0
src/docker/build/learning/Dockerfile

@@ -8,4 +8,5 @@ RUN apk update && apk add --no-cache python3-dev gcc g++ automake lapack lapack-
 	pip3 install pandas && \
 	pip3 install matplotlib && \
 	pip3 install scikit-learn && \
+	pip3 install seaborn && \
 	apk del gcc g++ automake gfortran

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

@@ -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