Skip to content

Commit 4db21c0

Browse files
authored
Reword comment on need to install pip packages as root
1 parent 7ea0fcf commit 4db21c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/administrator/services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ In the following snippet, I'm using a custom image that copies over the applicat
2121
# 2.0.0 is latest stable release at the time of this writing
2222
FROM jupyterhub/k8s-hub:2.0.0
2323

24-
# The k8s-hub uses a multi-stage build to modify packages your build steps may need to run as root
24+
# Depending on version, the k8s-hub image may have installed
25+
# pip packages as root, forcing you to install as root as well
2526
USER root
2627
COPY ./service-fastapi /usr/src/fastapi
2728
RUN python3 -m pip install -r /usr/src/fastapi/requirements.txt

0 commit comments

Comments
 (0)