Skip to content

music-brain88/environment

Repository files navigation

environment

Environment

requirements


ai_environment is requires docker and docker-compose

If you haven't install docker and docker-compose you must install

How to Use


Step1.

Build docker.

docker-compose build

Step2.

Run docker environment.

docker-compose up -d

Step3.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published