Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Dec 19, 2024
1 parent 47836fb commit d8b02fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jupyter-pystata-gen3-licensed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ COPY jupyter-pystata-gen3-licensed/resources/wait_for_license.sh /tmp/
COPY jupyter-pystata-gen3-licensed/resources/setup_licensed_notebook.py /tmp/
RUN chmod 777 /tmp/wait_for_license.sh /tmp/setup_licensed_notebook.py

COPY jupyter-pystata-gen3-licensed/resources/licensed_stata_session.ipynb $HOME
RUN chown $NB_USER $HOME/licensed_stata_session.ipynb

USER $NB_USER
RUN pip3 install selenium

Expand All @@ -20,5 +23,3 @@ RUN pip3 install stata-setup

# Remove the notebook created in jupyter-pystata-user-licensed
RUN rm $HOME/Stata.ipynb
COPY jupyter-pystata-gen3-licensed/resources/licensed_stata_session.ipynb $HOME
RUN chown $NB_USER $HOME/licensed_stata_session.ipynb

0 comments on commit d8b02fd

Please sign in to comment.