Merge pull request #1036 from lnis-uofu/demo_docs

Fixing binder dockerfile
This commit is contained in:
Ganesh Gore 2023-02-02 20:29:39 -07:00 committed by GitHub
commit e12b9cc648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -14,18 +14,13 @@ ENV USER ${NB_USER}
ENV NB_UID ${NB_UID}
ENV HOME /home/${NB_USER}
RUN adduser --disabled-password \
--gecos "Default user" \
--uid ${NB_UID} \
${NB_USER}
USER root
RUN chown -R ${NB_UID} ${HOME}
RUN chown -R ${NB_UID} /opt/openfpga
USER ${NB_USER}
ENV PATH $PATH:/home/${NB_USER}/.local/bin
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --user --no-cache-dir notebook
RUN python3 -m pip install --user --no-cache-dir jupyterlab
RUN python3 -m pip install --user --no-cache-dir jupyterhub
@ -36,6 +31,7 @@ RUN npm install @jupyterlab/server-proxy
RUN jupyter serverextension enable --py jupyter_server_proxy
RUN jupyter labextension install @jupyterlab/server-proxy
RUN jupyter lab build
WORKDIR /opt/openfpga/
RUN git reset --hard HEAD
# Set up terminal