Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ai-dock/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Loading
...
head repository: PhoneHomePhone/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 12, 2025

  1. feat: Complete Phase 2 modernization of Python image

    This commit finalizes the update of the ai-dock/python layer to support a modern AI stack.
    
    Key changes include:
    - Updates the base image to the new Ubuntu 24.04 foundation from Phase 1.
    - Sets the primary JupyterLab environment to Python 3.12.
    - Installs PyTorch with CUDA 12.8 compatibility into the main Jupyter venv.
    - Adds support for Python 3.10 and 3.11 as selectable kernels via the deadsnakes PPA.
    - Corrects the Dockerfile RUN instruction to execute GPU-specific build scripts (nvidia.sh, amd.sh).
    - Overhauls the CI/CD workflow (docker-build.yml) to use the new base images and a clean v1 tagging scheme.
    - Updates the README.md to reflect all new versions, tags, and project goals.
    PhoneHomePhone committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    cfc1cf8 View commit details
    Browse the repository at this point in the history
  2. fix: Correct the default virtual environment for interactive terminals

    The previous build resulted in an error when opening a new terminal in JupyterLab, as the PYTHON_DEFAULT_VENV was incorrectly set to 'python_312', an environment that does not exist in the final image configuration.
    
    This commit fixes the issue by changing ENV PYTHON_DEFAULT_VENV in the python/build/Dockerfile to point to 'jupyter'.
    
    This aligns the image's runtime configuration with its design, ensuring that interactive terminals default to the primary 'jupyter' virtual environment where PyTorch and all core libraries are installed.
    PhoneHomePhone committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    93c0ba5 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.