Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Link to trac ticket correctly in README
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum authored and Kerl13 committed Sep 17, 2022
1 parent 417ca31 commit 27910f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are several flavours of this image.
```
docker run -p8888:8888 sagemath/sagemath:latest sage-jupyter
```
* [`sagemath/sagemath-dev`![image size](https://img.shields.io/microbadger/image-size/sagemath/sagemath-dev.svg)](https://hub.docker.com/r/sagemath/sagemath-dev) contains all the build artifacts to rebuild Sage quickly (currently, this is broken, see [#34241](https://trac.sagemath.org/ticket/34241#comment).) This version is probably only relevant for Sage developers. Run this image with:
* [`sagemath/sagemath-dev`![image size](https://img.shields.io/microbadger/image-size/sagemath/sagemath-dev.svg)](https://hub.docker.com/r/sagemath/sagemath-dev) contains all the build artifacts to rebuild Sage quickly (currently, this is broken, see [#34241](https://trac.sagemath.org/ticket/34241).) This version is probably only relevant for Sage developers. Run this image with:
```
docker run -it sagemath/sagemath-dev:develop
```
Expand Down

0 comments on commit 27910f1

Please sign in to comment.