Skip to content

Commit

Permalink
freeze typing_extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Apr 25, 2024
1 parent 4a73893 commit 0f56957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-gpu-notebook/Dockerfile.libs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ RUN mamba install -y "jupyter-server-proxy>=1.4" websockify -c conda-forge && \
mamba install -y gh jupyter-resource-usage --channel conda-forge && \
mamba install -y graphviz nb_conda_kernels && \
pip install --no-cache-dir jupyter_remote_desktop_proxy && \
# Freeze typing extension required by sqlalchemy which requires TypeAliasType
pip install --no-cache-dir typing_extensions==4.11.0 && \
mamba clean -afy && \
npm cache clean --force && \
find /opt/conda/ -follow -type f -name '*.js.map' -delete
Expand Down

0 comments on commit 0f56957

Please sign in to comment.