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
180
事前準備
Oshita Noriaki
August 21, 2020
Tweet
Share
More Decks by Oshita Noriaki
See All by Oshita Noriaki
第二回 3Dなんでも勉強会
ooshita
1
940
Dockerで機械学習サービスの環境を作ろう!!
ooshita
0
200
Edge TPUで 発芽予測をする話
ooshita
0
2.3k
MolGANの紹介
ooshita
0
1.1k
情報幾何の応用と最近の機械学習の動向
ooshita
2
4k
Featured
See All Featured
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Ruby is Unlike a Banana
tanoku
97
11k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Optimizing for Happiness
mojombo
376
70k
Site-Speed That Sticks
csswizardry
0
33
What's new in Ruby 2.0
geeforr
343
31k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Typedesign – Prime Four
hannesfritz
40
2.4k
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に て実演