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
200
事前準備
Oshita Noriaki
August 21, 2020
Tweet
Share
More Decks by Oshita Noriaki
See All by Oshita Noriaki
第二回 3Dなんでも勉強会
ooshita
1
1.1k
Dockerで機械学習サービスの環境を作ろう!!
ooshita
0
230
Edge TPUで 発芽予測をする話
ooshita
0
2.3k
MolGANの紹介
ooshita
0
1.2k
情報幾何の応用と最近の機械学習の動向
ooshita
2
4k
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
BBQ
matthewcrist
89
9.8k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
It's Worth the Effort
3n
187
28k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Building Applications with DynamoDB
mza
96
6.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
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に て実演