install kochat

## install kochat   (base) root@rasa-virtual-machine:~/kochat/demo# pip3 install kochat Requirement already satisfied: kochat in /root/anaconda3/lib/python3.8/site-packages (1.0.3) Requirement already satisfied: pytorch-crf==0.7.2 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (0.7.2) Requirement already satisfied: pandas==1.0.4 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (1.0.4) Requirement already satisfied: flask==1.1.2 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (1.1.2) Requirement already satisfied: konlpy==0.5.2 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (0.5.2) Requirement already satisfied: joblib==0.15.1 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (0.15.1) Requirement already satisfied: requests==2.24.0 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (2.24.0) Requirement already satisfied: matplotlib==3.2.1 in /root/anaconda3/lib/python3.8/site-packages (from kochat) (3.2.1) Require

Missing (or bad) header file: zlib.h

  ## error occurred (Duckling)  Process exited with code: ExitFailure 1 Logs have been written to: /root/duckling/.stack-work/logs/zlib-0.6.2.1.log Configuring zlib-0.6.2.1... Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5: Missing dependency on a foreign library: * Missing (or bad) header file: zlib.h * Missing (or bad) C library: z This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is.If the library file does exist, it may contain errors that are caught by the C compiler at the preprocessing stage. In this case you can re-run configure with the verbosity flag -v3 to see the error messages. If the header file does exist, it may contain errors that are caught by the C compiler at the prepro

install gitlab with docker

install gitlab with docker #Run the image docker run --detach --hostname gitdocker.gnoti.com --publish 8897:80 --publish 6015:22 --name gitlab --restart always --volume /srv/gitlab/config:/home/min/GitLab --volume /srv/gitlab/logs:/home/min/GitLab/log --volume /srv/gitlab/data:/home/min/GitLab/data gitlab/gitlab-ce:latest [root@gitlabd ~]# docker run --detach --hostname git.gnoti.com --publish 8897:80 --publish 6015:22 --name gitlab --restart always --volume /srv/gitlab/config:/home/min/GitLab --volume /srv/gitlab/logs:/home/min/GitLab/log --volume /srv/gitlab/data:/home/min/GitLab/data gitlab/gitlab-ce:latest Unable to find image 'gitlab/gitlab-ce:latest' locally latest: Pulling from gitlab/gitlab-ce 0a01a72a686c: Pull complete cc899a5544da: Pull complete 19197c550755: Pull complete 716d454e56b6: Pull complete b66ad69c1d8e: Pull complete 462500695a87: Pull complete 453c7300278b: Pull complete d7a5a55d56da: Pull complete 8e0cebb8d658: Pull complete 0b6cca773e2f: Pull c

build duckling

  ## git clone (base) root@rasa-virtual-machine:~# git clone https://github.com/facebook/duckling.git Cloning into 'duckling'... remote: Enumerating objects: 16400, done. remote: Counting objects: 100% (777/777), done. remote: Compressing objects: 100% (289/289), done. remote: Total 16400 (delta 515), reused 689 (delta 465), pack-reused 15623 Receiving objects: 100% (16400/16400), 7.13 MiB | 12.97 MiB/s, done. Resolving deltas: 100% (11636/11636), done. (base) root@rasa-virtual-machine:~# cd duckling/   ## build duckling (base) root@rasa-virtual-machine:~/duckling# stack build Downloaded lts-14.20 build plan. Preparing to install GHC (tinfo6) to an isolated location. This will not interfere with any system-level installation. Downloaded ghc-tinfo6-8.6.5. Installed GHC. Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/ Downloading root Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/ Downloading timestamp Downloading snapshot Downloading mirrors Ca

docker import export with oracle 9

  ## import oracle docker  root@gnoti04-dreamsys:~# docker import --change 'CMD ["/entrypoint.sh"]' /home/gnoti04/db.tar oracle sha256:a058aeb177da995d0a2b2c386390ae2ea891fb0e492c8c064dd30be8ed04434b root@gnoti04-dreamsys:~# docker run -d -p 49161:1521 oracle 18e5f71c47e32cd0b388a288d1e3406580d24d8480706c336aead6cd7d37ae9f root@gnoti04-dreamsys:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 18e5f71c47e3 oracle "/entrypoint.sh" 4 seconds ago Up 3 seconds 0.0.0.0:49161->1521/tcp vigilant_swanson bc60a61e3088 gitlab/gitlab-ce:12.2.7-ce.0 "/assets/wrapper" 3 minutes ago Exited (0) 2 seconds ago gitlab root@gnoti04-dreamsys:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS

check gitlab version

#check gitlab version  [root@gitlab ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/gitlab/gitlab-ce 12.2.5-ce.0 cc590709bbd3 14 months ago 1.75 GB #login gitlab  Help> Help GitLab Community Edition 12.2.5 #login gitlab  [root@localhost ~]# docker exec -it gitlab /bin/bash root@giterp:/# gitlab-rake gitlab:env:info System information System: Current User: git Using RVM: no Ruby Version: 2.6.3p62 Gem Version: 2.7.9 Bundler Version:1.17.3 Rake Version: 12.3.2 Redis Version: 3.2.12 Git Version: 2.22.0 Sidekiq Version:5.2.7 Go Version: unknown GitLab information Version: 12.2.5 Revision: 09f8edbc29a Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: PostgreSQL DB Version: 10.9 URL: http://giterp.gnoti.com HTTP Clone URL: http://giterp.gnoti.com/some-group/some-project.git SSH Clone URL: git@giterp.gnoti.com:some-gr

oracle 19c on docker

  ## get docker images https://www.oracle.com/database/technologies/oracle-database-software-downloads.html#license-lightbox ## git clone oracle docker [root@localhost ~]# git clone https://github.com/oracle/docker-images Cloning into 'docker-images'... remote: Enumerating objects: 12757, done. remote: Total 12757 (delta 0), reused 0 (delta 0), pack-reused 12757 Receiving objects: 100% (12757/12757), 9.53 MiB | 3.93 MiB/s, done. Resolving deltas: 100% (7520/7520), done. [root@localhost ~]# ll 합계 12 -rw-------. 1 root root 1696 5월 12 09:45 anaconda-ks.cfg drwxr-xr-x. 23 root root 4096 10월 15 22:08 docker-images -rw-r--r--. 1 root root 1744 5월 21 12:06 initial-setup-ks.cfg [root@localhost ~]# cd docker-images/ [root@localhost docker-images]# ll 합계 24 drwxr-xr-x. 6 root root 110 10월 15 22:08 Archive -rw-r--r--. 1 root root 760 10월 15 22:08 CODEOWNERS -rw-r--r--. 1 root root 9371 10월 15 22:08 CONTRIBUTING.md drwxr-xr-x. 3 root root 53 10월 15 22:08 Contrib drwxr-xr-x. 3