| Day | Slides | Examples |
|---|---|---|
| Day#1 | Slides | Run Jupyter Docker image or
|
| Day#2 | Slides |
|
| Day#3 | Slides | Run the project using Docker or
|
Reivew the Slides
docker compose up jupyter - Copy the token value in the terminal
- Open the browser
http://localhost:10100 - Paste it in login field

Reivew the Slides
Reivew the Slides
- build the docker image
docker compose build - run all
docker compose up - stop and remove all
docker compose down - clean
docker volume rm $(docker volume ls -q)
docker image rm $(docker image ls -q)
docker system prune
