Environment
ai_environment is requires docker
and docker-compose
If you haven't install docker
and docker-compose
you must install
Build docker.
docker-compose build
Run docker environment.
docker-compose up -d
After run command, you can access this
http://localhost:8888/lab
or 127.0.0.1:8888/lab
if you want upload local file to Jupiter notebook
put it home directory. jupyter can read it.
enviroment/home/<put it here>
├── README.md
├── data
│ └── common_db
│ └── conf.d
├── dictfiles
├── docker
│ ├── Dockerfile-jupyter
│ └── Dockerfile-mysql
├── docker-compose.yml
├── home #put it here
│
└── requirements.txt