tliecau / ML_infra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

docker configuration based on: https://towardsdatascience.com/deep-learning-with-containers-part-1-4779877492a1

.env

TBD

Building

to start run 'docker compose build' in the root to start run 'docker compose create'

Start environment

to start run 'docker compose start'

After that jupiter and tensorboard will be avaiable in localhost path - remeber to add port to the path from .env file

Notebook sources

https://towardsdatascience.com/deep-learning-with-containers-part-1-4779877492a1

https://github.com/visheratin/dl-containers/tree/master/part-1

About


Languages

Language:Jupyter Notebook 99.9%Language:Dockerfile 0.1%