Skip to content

Commit a294e12

Browse files
authored
Merge pull request #114 from rasools/OMICSINT_H24
Add session_ml_deep_learning_integration_amd workflow
2 parents 37063cd + 5fae8fb commit a294e12

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/docker-build-lab-gems-amd.yml

+11
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,16 @@ jobs:
4040
no-cache: true
4141
tags: docker.io/rasoolsnbis/omicsint_h24:session_gems_amd
4242

43+
# Build and push the Docker image to GitHub Container Registry (GHCR)
44+
- name: Build and Push Docker Image to GHCR
45+
uses: docker/build-push-action@v4
46+
with:
47+
context: ./session_gems
48+
file: session_gems/Dockerfile
49+
platforms: linux/amd64
50+
push: true
51+
no-cache: true
52+
tags: ghcr.io/nbisweden/omicsint_h24:session_gems_amd
53+
4354
- name: Inspect Docker Image
4455
run: docker buildx imagetools inspect docker.io/rasoolsnbis/omicsint_h24:session_gems_amd

session_gems/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ RUN /opt/conda/envs/gems/bin/jupyter notebook --generate-config && \
5858
echo "c.NotebookApp.open_browser = False" >> /home/jovyan/.jupyter/jupyter_notebook_config.py
5959

6060
# Set the startup script as the entrypoint
61-
ENTRYPOINT ["/usr/local/bin/start-script.sh"]
61+
ENTRYPOINT ["/usr/local/bin/start-script.sh"]

0 commit comments

Comments
 (0)