File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
69
69
# # Install Python related stuff
70
70
# # Install JupyterLab
71
71
&& pip install --no-cache-dir \
72
+ httpx==0.27.2 \
72
73
jupyter-server-proxy \
73
74
jupyterlab=="$JUPYTERLAB_VERSION" \
74
75
jupyterlab-git \
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
79
79
# # Install Python related stuff
80
80
# # Install JupyterLab
81
81
&& pip install --no-cache-dir \
82
+ httpx==0.27.2 \
82
83
jupyter-server-proxy \
83
84
jupyterlab=="$JUPYTERLAB_VERSION" \
84
85
jupyterlab-git \
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
74
74
# # Install Python related stuff
75
75
# # Install JupyterLab
76
76
&& pip install --no-cache-dir \
77
+ httpx==0.27.2 \
77
78
jupyter-server-proxy \
78
79
jupyterlab=="$JUPYTERLAB_VERSION" \
79
80
jupyterlab-git \
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
155
155
# # Install Python related stuff
156
156
# # Install JupyterLab
157
157
&& pip install --no-cache-dir \
158
+ httpx==0.27.2 \
158
159
jupyter-server-proxy \
159
160
jupyterlab=="$JUPYTERLAB_VERSION" \
160
161
jupyterlab-git \
You can’t perform that action at this time.
0 commit comments