diff --git a/jupyter-pystata-gen3-licensed/Dockerfile b/jupyter-pystata-gen3-licensed/Dockerfile index 612a4ee..0caba07 100644 --- a/jupyter-pystata-gen3-licensed/Dockerfile +++ b/jupyter-pystata-gen3-licensed/Dockerfile @@ -17,6 +17,7 @@ RUN pip3 install selenium RUN pip3 uninstall --yes stata-setup 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