File tree 4 files changed +8
-0
lines changed
workbench-for-google-cloud-workstations
workbench-for-microsoft-azure-ml
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ RUN ln -s /lib/rstudio-server/bin/quarto/bin/quarto /usr/local/bin/quarto
44
44
RUN $SCRIPTS_DIR/install_quarto.sh --install-tinytex --add-path-tinytex
45
45
46
46
RUN /opt/python/"${PYTHON_VERSION}"/bin/python -m venv /opt/python/jupyter \
47
+ && /opt/python/jupyter/bin/python -m pip install --upgrade pip \
48
+ && /opt/python/jupyter/bin/python -m pip install --upgrade setuptools \
47
49
&& /opt/python/jupyter/bin/python -m pip install \
48
50
jupyterlab~=4.2.4 \
49
51
notebook \
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ RUN mkdir -p /opt/rstudio-license/ \
118
118
119
119
### Install Jupyter and extensions ###
120
120
RUN /opt/python/"${PYTHON_VERSION_JUPYTER}"/bin/python -m venv /opt/python/jupyter \
121
+ && /opt/python/jupyter/bin/python -m pip install --upgrade pip \
122
+ && /opt/python/jupyter/bin/python -m pip install --upgrade setuptools \
121
123
&& /opt/python/jupyter/bin/python -m pip install\
122
124
jupyterlab~=4.2.4 \
123
125
notebook \
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ RUN apt-get update --fix-missing -qq \
88
88
89
89
### Install Jupyter and extensions ###
90
90
RUN /opt/python/"${PYTHON_VERSION_JUPYTER}"/bin/python -m venv /opt/python/jupyter \
91
+ && /opt/python/jupyter/bin/python -m pip install --upgrade pip \
92
+ && /opt/python/jupyter/bin/python -m pip install --upgrade setuptools \
91
93
&& /opt/python/jupyter/bin/pip install \
92
94
jupyterlab~=4.2.4 \
93
95
notebook \
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ COPY startup/* /startup/base/
80
80
COPY supervisord.conf /etc/supervisor/supervisord.conf
81
81
82
82
RUN /opt/python/"${PYTHON_VERSION_JUPYTER}"/bin/python -m venv /opt/python/jupyter \
83
+ && /opt/python/jupyter/bin/python -m pip install --upgrade pip \
84
+ && /opt/python/jupyter/bin/python -m pip install --upgrade setuptools \
83
85
&& /opt/python/jupyter/bin/python -m pip install \
84
86
jupyterlab~=4.2.4 \
85
87
notebook \
You can’t perform that action at this time.
0 commit comments