Skip to content

Commit

Permalink
rename to 'restricted' + remove jupyter-covid19 changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jan 19, 2024
1 parent 6e9cfec commit 8102fa6
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and push PRC images
# TODO: `jupyter-covid19` should be moved to this file, instead of the quay build trigger

on:
push:
paths:
- jupyter-restricted-download/Dockerfile
- jupyter-restricted-download
- .github/workflows/build_jupyter_restricted_download.yml

jobs:
Expand Down
7 changes: 3 additions & 4 deletions jupyter-covid19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/cdis/jupyter-restrict-download:1.1.0
FROM quay.io/cdis/jupyter-notebook:1.1.0

USER $NB_USER
WORKDIR /home/$NB_USER
Expand Down Expand Up @@ -96,6 +96,5 @@ ADD --chown=jovyan:users https://raw.githubusercontent.com/uc-cdis/covid19-tools
RUN touch /home/$NB_USER/covid19-notebook/peregrine.py

# premade notebooks dependencies
# RUN pip install --upgrade 'pip<20.3' # pip 20.3 causes dependency resolution issues
COPY requirements.txt /home/$NB_USER/covid19-notebook/requirements.txt
RUN pip install -r /home/$NB_USER/covid19-notebook/requirements.txt --upgrade
RUN pip install --upgrade 'pip<20.3' # pip 20.3 causes dependency resolution issues
RUN pip install -r /home/$NB_USER/covid19-notebook/requirements.txt
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# jupyter-restricted-download

A "restricted" build of `jupyter-slim`. Basically the same as `../jupyter-slim/`, but it restricts user to download anything from the jupyter lab
A "restricted" build of `jupyter-slim`. Basically the same as `../jupyter-slim/`, but it prevents users from downloading anything from the jupyter lab
File renamed without changes.
File renamed without changes.

0 comments on commit 8102fa6

Please sign in to comment.