Skip to content

Fix README of Docker images to explain what is needed to install optional packages #31101

Open
@hsm207

Description

@hsm207
mannequin

https://hub.docker.com/r/sagemath/sagemath/ shows instructions that seem to come from docker/README.md. They need updating.

Original report:

According to this answer on Ask SageMath, starting from Sage 9.2 beta ll, we can jupyterlab using:

sage -i jupyterlab_widgets

Running this command on SageMath 9.3.beta4 gives:

make: *** No rule to make target 'all-toolchain'.  Stop.

Steps to reproduce:

docker run -it sagemath/sagemath:develop bash

sudo apt update && \
    sudo apt install -y build-essential

sage -i jupyterlab_widgets

Also see:

CC: @fchapoton @saraedum @slel @seblabbe @dimpase @egourgoulhon @NathanDunfield

Component: docker

Issue created by migration from https://trac.sagemath.org/ticket/31101

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions