Changes between Initial Version and Version 1 of Ticket #33113
- Timestamp:
- 01/03/22 19:41:13 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33113 – Description
initial v1 11 11 - The scipy folks have some good documentation and configuration (https://scipy.github.io/devdocs/dev/contributor/quickstart_gitpod.html), perhaps we can lift something from there. 12 12 13 - The docker image is quite big and thus it takes long to open a new gitpod workspace. (from https://trac.sagemath.org/ticket/33103#comment:19): could use `docker/.gitpod.Dockerfile` again with COPY --from to make the final image smaller (e.g., currently /home/gitpod/sage has the old source tree)