Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Dec 17, 2024
1 parent 3b46a55 commit 72625a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-pystata-user-licensed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ RUN mkdir /usr/local/stata18
COPY ./resources/StataNow18Linux64.tar.gz /tmp/StataNow18Linux64.tar.gz
RUN cd /usr/local/stata18 && tar -xvf /tmp/StataNow18Linux64.tar.gz

RUN chown -R $NB_USER /usr/local/stata18/
ENV PATH=$PATH:/usr/local/stata18
RUN cd /usr/local/stata18 && \
{ echo y; echo y; echo y; } | ./install

COPY ./resources/Stata.ipynb .
COPY ./resources/welcome.html .

RUN chown -R $NB_USER /usr/local/stata18/
USER $NB_USER
RUN pip install --user stata_setup

Expand Down

0 comments on commit 72625a6

Please sign in to comment.