diff --git a/vice/Dockerfile b/vice/Dockerfile deleted file mode 100644 index 81e375e..0000000 --- a/vice/Dockerfile +++ /dev/null @@ -1,24 +0,0 @@ -# Dockerfile to install ten-rules-jupyter on Cyverse/VICE -FROM discoenv/jupyter-lab:beta - -USER root - -# Update the packages -RUN apt-get update \ - && apt-get clean \ - && rm -rf /usr/lib/apt/lists/* - -USER jovyan - -WORKDIR /home/jovyan - -# Clone repository -RUN git clone https://github.com/jupyter-guide/ten-rules-jupyter - -# Install dependencies -RUN pip install -r ./ten-rules-jupyter/requirements.txt - -COPY entry.sh /bin -RUN mkdir /home/jovyan/.irods - -ENTRYPOINT ["/bin/entry.sh"] diff --git a/vice/entry.sh b/vice/entry.sh deleted file mode 100755 index 3f63431..0000000 --- a/vice/entry.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -echo '{"irods_host": "data.cyverse.org", "irods_port": 1247, "irods_user_name": "anonymous", "irods_zone_name": "iplant"}' | envsubst > $HOME/.irods/irods_environment.json - -cd $HOME/vice -mv $HOME/ten-rules-jupyter $HOME/vice/ - -echo '{"irods_host": "data.cyverse.org", "irods_port": 1247, "irods_user_name": "$IPLANT_USER", "irods_zone_name": "iplant"}' | envsubst > $HOME/.irods/irods_environment.json - -exec jupyter lab --no-browser diff --git a/vice/vice_badge.png b/vice/vice_badge.png deleted file mode 100644 index f91db7e..0000000 Binary files a/vice/vice_badge.png and /dev/null differ