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
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Statistics for Hackers
jakevdp
799
220k
A Tale of Four Properties
chriscoyier
160
23k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Documentation Writing (for coders)
carmenintech
72
4.9k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Making Projects Easy
brettharned
117
6.3k
The Cost Of JavaScript in 2023
addyosmani
51
8.7k
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に て実演