How add sagemath to existing Docker webwork container
Under macOS Catalina I have a working Docker container for WeBWork. How can I add sagemath into that same container?
Under macOS Catalina I have a working Docker container for WeBWork. How can I add sagemath into that same container?
You could take inspiration from existing Docker images that include SageMath.
The official SageMath Docker images are at
They are created by a gitlab-ci script from this Dockerfile:
Many other Docker images include Sage. Here are the Dockerfiles for some of them:
Tutorial
Asked: 4 years ago
Seen: 670 times
Last updated: Jul 30 '20
Is the Dockerfile for your Docker image somewhere public? If so please add a link.