File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
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 : .
31- file : ./jupyterlab/ Dockerfile
30+ context : /jupyterlab
31+ file : ./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 /jupyterlab/ startup-script.sh /usr/local/bin/startup-script.sh
5- COPY --chmod=+x /jupyterlab/ update_packages.py /usr/local/bin/update_packages.py
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
66
77USER root
88
Original file line number Diff line number Diff line change 22
33# Download the latest requirements.txt from GitHub
44echo " Downloading latest requirements.txt from GitHub..."
5- curl -o /tmp/requirements.txt -L https://raw.githubusercontent.com/PyEED/PyEED_JupyterLab/fixing-docker-new-pyeed /requirements.txt
5+ curl -o /tmp/requirements.txt -L https://raw.githubusercontent.com/PyEED/PyEED_JupyterLab/main /requirements.txt
66
77# Update packages based on requirements.txt
88echo " Checking for package updates..."
You can’t perform that action at this time.
0 commit comments