File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 id : build
5555 uses : docker/build-push-action@v6.18.0
5656 with :
57+ file : ./docker/Dockerfile
5758 platforms : ${{ matrix.platform }}
5859 labels : ${{ steps.meta.outputs.labels }}
5960 tags : ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 11# Start with BioSim base image.
22ARG BASE_IMAGE=latest
3- FROM ghcr.io/jimboid/biosim- jupyterhub-base:$BASE_IMAGE
3+ FROM ghcr.io/ccpbiosim/ jupyterhub-base:$BASE_IMAGE
44
55LABEL maintainer="James Gebbie-Rayet <james.gebbie@stfc.ac.uk>"
66LABEL org.opencontainers.image.source=https://github.com/jimboid/biosim-structure-validation-workshop
@@ -14,13 +14,8 @@ WORKDIR $HOME
1414# Install workshop deps
1515RUN pip install requests
1616
17- COPY --chown=1000:100 exercise1.ipynb /home/jovyan
18- COPY --chown=1000:100 exercise2.ipynb /home/jovyan
19-
20- COPY --chown=1000:100 coot_dens.png /home/jovyan
21- COPY --chown=1000:100 errb4_validation_report.png /home/jovyan
22- COPY --chown=1000:100 pdbekb_structures.png /home/jovyan
23- COPY --chown=1000:100 RNApol_in_uglymol.png /home/jovyan
17+ COPY --chown=1000:100 . .
18+ RUN rm -rf LICENSE README.md docker .git .github
2419
2520# Copy lab workspace
2621COPY --chown=1000:100 default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments