Skip to content

Automatic docker build for codecentric.AI bootcamp course.

License

Notifications You must be signed in to change notification settings

codecentric/codecentric.AI-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codecentricAI-docker

Dockerfile for codecentricAI Bootcamp environment

Run from Dockerhub

Jupyterlab starten

git clone https://github.com/codecentric/codecentric.AI-bootcamp
cd codecentric.AI-bootcamp

docker pull codecentric/codecentric.ai-docker

Run on Mac & Linux

docker run -p 127.0.0.1:8888:8888 -v $(pwd)/notebooks:/notebooks -v $(pwd)/data:/data codecentric/codecentric.ai-docker

Run on Windows

docker run -p 127.0.0.1:8888:8888 -v path/to/codecentric.AI-bootcamp/notebooks:/notebooks -v path/to/codecentric.AI-bootcamp/data:/data codecentric/codecentric.ai-docker

Build locally

git clone https://github.com/codecentric/codecentric.AI-docker.git
cd codecentric.AI-docker

docker build -t codecentric.ai-docker .

git clone https://github.com/codecentric/codecentric.AI-bootcamp
cd codecentric.AI-bootcamp

docker run -p 8888:8888 -v $(pwd)/notebooks:/notebooks -v $(pwd)/data:/data codecentric.ai-docker

About

Automatic docker build for codecentric.AI bootcamp course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published