From 5d685a68bf1dddf22ca1b78a87597c84443d1c5d Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Wed, 20 May 2026 14:10:45 +0100 Subject: [PATCH] update readme --- gpu-cuda/README.md | 6 +++--- standard/README.md | 11 ++++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gpu-cuda/README.md b/gpu-cuda/README.md index fe09496..fd045a9 100644 --- a/gpu-cuda/README.md +++ b/gpu-cuda/README.md @@ -24,16 +24,16 @@ Docker image for Jupyter Notebook with PyTorch CUDA support and LLM/Data Science ```bash docker run --gpus all -p 8888:8888 \ -v $(pwd)/notebooks:/home/jovyan/work \ - public.ecr.aws/o0g3m8o6/codio-jupyter:gpu-cuda-latest + public.ecr.aws/o0g3m8o6/codio/codio-jupyter:gpu-cuda-latest ``` ### Pull from ECR ```bash # Pull image -docker pull public.ecr.aws/o0g3m8o6/codio-jupyter:gpu-cuda-latest +docker pull public.ecr.aws/o0g3m8o6/codio/codio-jupyter:gpu-cuda-latest # Or use specific version -docker pull public.ecr.aws/o0g3m8o6/codio-jupyter:gpu-cuda-20260120 +docker pull public.ecr.aws/o0g3m8o6/codio/codio-jupyter:gpu-cuda-20260120 ``` ## Local Development diff --git a/standard/README.md b/standard/README.md index 207a140..9f0dc61 100644 --- a/standard/README.md +++ b/standard/README.md @@ -16,16 +16,16 @@ Docker image for Jupyter Notebook. ```bash docker run --gpus all -p 8888:8888 \ -v $(pwd)/notebooks:/home/jovyan/work \ - public.ecr.aws/o0g3m8o6/codio-jupyter:standard-latest + public.ecr.aws/o0g3m8o6/codio/codio-jupyter:standard-latest ``` ### Pull from ECR ```bash # Pull image -docker pull public.ecr.aws/o0g3m8o6/codio-jupyter:standard-latest +docker pull public.ecr.aws/o0g3m8o6/codio/codio-jupyter:standard-latest # Or use specific version -docker pull public.ecr.aws/o0g3m8o6/codio-jupyter:standard-20260120 +docker pull public.ecr.aws/o0g3m8o6/codio/codio-jupyter:standard-20260120 ``` ## Local Development @@ -45,3 +45,8 @@ docker run --gpus all -p 8888:8888 \ ## Customization Edit `requirements.txt` to add or modify Python packages, then push to trigger the workflow. + +sudo docker build -t jupyter-docker-codio . + +sudo docker run -p 8888:8888 -v $(pwd)/notebooks:/home/jovyan/work jupyter-docker-codio +