Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Julia to latest stable version 1.8.5 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 20, 2023

  1. Update Julia to latest stable version 1.8.5

    Docker build was failing for this image with the following error:
    ```
    Updating `/opt/julia/environments/v1.5/Project.toml`
      [438e738f] + PyCall v1.95.1
    Updating `/opt/julia/environments/v1.5/Manifest.toml`
      [1914dd2f] + MacroTools v0.5.10
      [438e738f] + PyCall v1.95.1
       Building PyCall → `/opt/julia/packages/PyCall/twYvK/deps/build.log`
    Precompiling project...
    Found existing installation: PyYAML 5.3.1
    ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
    The command '/bin/bash -o pipefail -c julia -e 'import Pkg; Pkg.update()' &&     julia -e 'using Pkg; pkg"add PyCall@1"; pkg"precompile"' &&       pip install         'boto3>=1,<2'         'sagemaker>=2,<3'         'sagemaker-experiments>=0.1,<0.2'         'sagemaker-studio-image-build>=0.4,<0.5'         'smdebug>=0.9,<0.10'' returned a non-zero code: 1
    ```
    
    Updating Julia to the latest stable version fixed the build: https://julialang.org/downloads/#current_stable_release
    
    ```
    aws-khatria committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c628c6c View commit details
    Browse the repository at this point in the history