Skip to content

Commit

Permalink
fix binder, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Jun 2, 2024
1 parent 8158652 commit f5f1cfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FROM sagemath/sagemath:latest
FROM sagemath/sagemath:10.3
COPY --chown=sage:sage . ${HOME}
USER sage
RUN /home/sage/sage/local/var/lib/sage/venv-python3.11.1/bin/python3 -m pip install --no-cache-dir notebook jupyterlab

0 comments on commit f5f1cfa

Please sign in to comment.