We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c807b4f commit a17ef98Copy full SHA for a17ef98
Dockerfile
@@ -33,9 +33,9 @@ RUN apt-get update && \
33
USER ${NB_UID}
34
35
# Install Conda Packages (Plotly, SageMath)
36
-RUN mamba create --yes -n sage sage python=3.10 && \
+RUN mamba create --yes -n sage sage python=3.11 && \
37
mamba install --yes -c conda-forge -c plotly \
38
- "sage=10.2" \
+ "sage" \
39
"plotly" \
40
"jupyterlab-spellchecker" \
41
"dash" \
0 commit comments