Update jupyter/jupyter_kernel.py
Browse files
jupyter/jupyter_kernel.py
CHANGED
|
@@ -86,4 +86,4 @@ def health_check():
|
|
| 86 |
return jsonify(status="healthy"), 200
|
| 87 |
|
| 88 |
if __name__ == '__main__':
|
| 89 |
-
app.run(host='0.0.0.0', port=
|
|
|
|
| 86 |
return jsonify(status="healthy"), 200
|
| 87 |
|
| 88 |
if __name__ == '__main__':
|
| 89 |
+
app.run(host='0.0.0.0', port=7860)
|