Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update utils version, set GLOBAL_ENV_BUCKET #13

Merged
merged 1 commit into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.jupyterhub
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG JUPYTERHUB_VERSION
FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION

# System level dependencies
RUN apt-get update && apt-get install python3.8-venv
RUN apt-get update && apt-get install -y python3.8-venv

# Configure venv
ENV VIRTUAL_ENV=/opt/venv
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ services:
FF_ACCESS_SECRET: ""
INIT_ERR_OUTPUT: ""
FF_TRACKING_ID: ""
GLOBAL_ENV_BUCKET: ${GLOBAL_ENV_BUCKET}

volumes:
data:
Expand Down
2 changes: 1 addition & 1 deletion hub-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jupyterhub-idle-culler
oauthenticator==14.2.*
dockerspawner==12.1.*
dcicutils>=3.7.0.1b0
dcicutils==3.14.0
jupyterhub-dummyauthenticator==0.3.*
typing_extensions