분류 전체보기(57)
-
docker error during connect 시 해결법
1 2 3 4 5 6 7 8 9 10 11 $ docker ps error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.26/containers/json: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running Colored by Color Scripter cs 노트북에 doc..
2020.07.18 -
GCP - Kubernetes 예시 사용해보기(GKE)
링크 -> GKE 빠른 시작 으로 들어간다 https://cloud.google.com/kubernetes-engine/docs/quickstart 빠른 시작 | Kubernetes Engine 문서 | Google Cloud Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trade cloud.google.c..
2020.07.17 -
Dockerfile 이용한 centos+mongodb 설치, centos+mariadb 설치
1. centos + mongodb 설치 gist centos mongodb docker 로 검색 gist.github.com/jayarampradhan/6cdb266b4d75db4413c2 MongoDB Docker Container (Centos 7, Mongo DB 3.x) MongoDB Docker Container (Centos 7, Mongo DB 3.x). GitHub Gist: instantly share code, notes, and snippets. gist.github.com 폴더를 따로 만든다 폴더에 Dockerfile 을 만들고 링크의 내용을 복사한다. link의 instruction 을 따라한다. Step 1: Create a directory mongodb mkdir -p ~/..
2020.07.17 -
SK인포섹 채용연계 교육과정 지원 & SKCT 체험기
[SK인포섹] 4차 산업 선도인력 양성사업 교육생 모집(Cloud AI 융합 전문가 과정) 이름이 강렬한 회사 SK InfoSec 국비지원 교육으로 찾다가 공고에 떠있어서 보게 되었다. 국비지원이면 국비지원교육이지 왜 잡코리아 같은 곳에 떠있나 싶어서 자세히 보았다. 취업 연계 교육과정이라고 한다. 교육 받는 김에 취업까지 연계되면 좋을 것 같았다. 국비교육은 신청하고 카드를 발급받는 과정이 필요하다. 고용지원센터에 갔더니 1주만 빨랐어도 약 200만원의 취업지원 장려금(기억이 확실하지 않다. 식대비?) 같은 것이 나온다고 아쉬워 했다. 그 당시에는 될지 안될지 확실하지 않아서 그러려니 했지만, 지금은 배가 좀 아프다. 어쩔수 없다고 생각하며 신청하고 카드를 발급받았다. 1400만원 가량하는 교육비가 3..
2020.07.16 -
(legacy-170720) Google Speech API quick start
Google Speech API를 사용해 보았다. 본 demonstration은 https://cloud.google.com/speech/docs/getting-started https://brunch.co.kr/@sunghyunlim/24 https://cloud.google.com/docs/authentication/getting-started?authuser=0#creating_the_service_account 을 베끼고 window 10에서 수행했다. 0. 준비 사항 google cloud sdk - https://cloud.google.com/sdk/ gcloud 명령어로 authentication key를 받아야 함 git - https://git-scm.com/ git bash 로 실행할 ..
2020.07.14 -
(legacy) 오류 아나콘다 파이썬 import 충돌
오류 이름 ImportError: numpy.core.multiarray failed to import windows에 깐 기존의 python이 anaconda를 깔고 tensorflow 예제를 해보다가 실행해보니까 에러가 나버렸다. 환경 windows 10, 64bit. python 3.6. https://github.com/konlpy/konlpy/issues/71#event-372277598 https://github.com/scikit-learn/scikit-learn/issues/7527 두번째 링크와 동일한 오류가 났다. 다음과 같은 방법들이 있었고 4번째 방법을 시도하기 전까지는 좀처럼 해결되지 않았다. 1. pip 로 numpy를 지우고 깔고를 반복 - 시간만 잡아먹음 2. jpype1 을..
2020.07.14