Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
事前準備
Search
Oshita Noriaki
August 21, 2020
0
190
事前準備
Oshita Noriaki
August 21, 2020
Tweet
Share
More Decks by Oshita Noriaki
See All by Oshita Noriaki
第二回 3Dなんでも勉強会
ooshita
1
1k
Dockerで機械学習サービスの環境を作ろう!!
ooshita
0
210
Edge TPUで 発芽予測をする話
ooshita
0
2.3k
MolGANの紹介
ooshita
0
1.1k
情報幾何の応用と最近の機械学習の動向
ooshita
2
4k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
How to Ace a Technical Interview
jacobian
276
23k
Making the Leap to Tech Lead
cromwellryan
133
9.1k
Typedesign – Prime Four
hannesfritz
40
2.5k
How to train your dragon (web standard)
notwaldorf
90
5.8k
Automating Front-end Workflow
addyosmani
1367
200k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Transcript
事前準備 • Hyper-Vの有効化 • Dockerのインストール • 参考 Docker for Windowsをインストール
https://ops.jig-saw.com/tech-cate/docker- for-windows-install
Dockerとは • 環境構築を楽にするソフトウェ ア 使用する上でのメリット • ローカルマシン上に直接環境を 作らないので、 環境が汚れない
使用するコマンド • docker build –t hogehoge . • docker run
-it --name flask_app -p 5000:5000 hogehoge bash -p ホストのポート:コンテナのポート --name 起動するイメージの名前 -it コンテナにターミナルを作成して(疑似的に)コマ ンドを入力できるようにする • flask run –host 0.0.0.0 –port 5000
残りは YouTubeLiveに て実演