We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9132741 commit f6c69bdCopy full SHA for f6c69bd
1 file changed
doc/k8s/sqlflowhub/Dockerfile
@@ -1,8 +1,14 @@
1
FROM sqlflow/sqlflow
2
3
+# Installed npm
4
+RUN apt-get -y install npm
5
+
6
RUN mkdir -p /etc/jhub && \
7
bash -c "pip install jupyterhub && \
8
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
12
13
COPY jupyterhub_config.py /etc/jhub/jupyterhub_config.py
14
0 commit comments