Skip to content

Commit a17ef98

Browse files
authored
Update sage to use python 3.11
1 parent c807b4f commit a17ef98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ RUN apt-get update && \
3333
USER ${NB_UID}
3434

3535
# Install Conda Packages (Plotly, SageMath)
36-
RUN mamba create --yes -n sage sage python=3.10 && \
36+
RUN mamba create --yes -n sage sage python=3.11 && \
3737
mamba install --yes -c conda-forge -c plotly \
38-
"sage=10.2" \
38+
"sage" \
3939
"plotly" \
4040
"jupyterlab-spellchecker" \
4141
"dash" \

0 commit comments

Comments
 (0)