Skip to content
KimMinjeong edited this page Jun 16, 2020 · 2 revisions

Server 작동법

naver cloud platform 접속

ssh -l root -p 9000 106.51.158

Docker build

docker build --no-cache -t [IMAGE]:[TAG] .

Docker run

docker run -d -p 5000:5000 [IMAGE]:[TAG]

Server 통신

[POST] 49.50.172.160:5000/

header

Content-Type : multipart/form-data

body

audio_file : [wav 파일]

Clone this wiki locally