Added a test script to notebook image
This commit is contained in:
parent
ee2f211774
commit
70c70ce756
@ -14,6 +14,8 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt \
|
||||
USER appuser
|
||||
WORKDIR /home/appuser/work
|
||||
|
||||
COPY --chown=appuser:appuser test_script.py /home/appuser/test_script.py
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
CMD ["jupyter", "lab", \
|
||||
|
||||
0
images/jupyter/test_script.py
Normal file
0
images/jupyter/test_script.py
Normal file
Loading…
x
Reference in New Issue
Block a user