Skip to content
Snippets Groups Projects
Commit 90babf84 authored by Julian's avatar Julian
Browse files

added client.py to lab

parent c571becf
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,6 @@ COPY jupyter_notebook_config.py ${HOME}/.jupyter/ ...@@ -15,3 +15,6 @@ COPY jupyter_notebook_config.py ${HOME}/.jupyter/
COPY app ${HOME}/app/ COPY app ${HOME}/app/
RUN chown -R jovyan ${HOME}/app/ RUN chown -R jovyan ${HOME}/app/
COPY client.py ${HOME}/
RUN chown -R jovyan ${HOME}/client.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment