Changed work directory of binder run

This commit is contained in:
Ganesh Gore 2023-02-02 16:12:53 -07:00
parent 40470ceb0c
commit 8089fd9e3c
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RUN npm install @jupyterlab/server-proxy
RUN jupyter serverextension enable --py jupyter_server_proxy RUN jupyter serverextension enable --py jupyter_server_proxy
RUN jupyter labextension install @jupyterlab/server-proxy RUN jupyter labextension install @jupyterlab/server-proxy
RUN jupyter lab build RUN jupyter lab build
WORKDIR /opt/openfpga/
RUN git reset --hard HEAD RUN git reset --hard HEAD
# Set up terminal # Set up terminal