Added a test script to notebook image

This commit is contained in:
Adrien Bouvais 2026-08-15 10:04:27 +02:00
parent ee2f211774
commit 70c70ce756
2 changed files with 2 additions and 0 deletions

View File

@ -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", \

View File