File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Build and push Docker image
2828 uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
2929 with :
30- context : ./jupyterlab
31- file : ./Dockerfile
30+ context : .
31+ file : ./juptyerlab/ Dockerfile
3232 push : true
3333 tags : ${{ steps.meta.outputs.tags }}
3434 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 11FROM jupyter/datascience-notebook
22
33# Copy the scripts into the container and set them as executable in one step
4- COPY --chmod=+x startup-script.sh /usr/local/bin/startup-script.sh
5- COPY --chmod=+x update_packages.py /usr/local/bin/update_packages.py
4+ COPY --chmod=+x /jupyerlab/ startup-script.sh /usr/local/bin/startup-script.sh
5+ COPY --chmod=+x /jupyerlab/ update_packages.py /usr/local/bin/update_packages.py
66
77USER root
88
You can’t perform that action at this time.
0 commit comments