Skip to content

Commit f6c69bd

Browse files
MATRIX4284Yancey0623
authored andcommitted
Added The Docker Command to install configurable-http-proxy (#1633)
* Added The Docker Command to install configurable-http-proxy
1 parent 9132741 commit f6c69bd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/k8s/sqlflowhub/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
FROM sqlflow/sqlflow
22

3+
# Installed npm
4+
RUN apt-get -y install npm
5+
36
RUN mkdir -p /etc/jhub && \
47
bash -c "pip install jupyterhub && \
58
pip install notebook"
9+
10+
# Added to get rid of the of the Proxy Config Folder not founf Errror resulting in POD crash
11+
RUN npm install -g configurable-http-proxy
612

713
COPY jupyterhub_config.py /etc/jhub/jupyterhub_config.py
814

0 commit comments

Comments
 (0)