File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 uses : docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
2929 with :
3030 context : .
31- file : ./juptyerlab /Dockerfile
31+ file : ./jupyterlab /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 /jupyerlab /startup-script.sh /usr/local/bin/startup-script.sh
5- COPY --chmod=+x /jupyerlab /update_packages.py /usr/local/bin/update_packages.py
4+ COPY --chmod=+x /jupyterlab /startup-script.sh /usr/local/bin/startup-script.sh
5+ COPY --chmod=+x /jupyterlab /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