Skip to content

Commit 37063cd

Browse files
authored
Merge pull request #113 from rasools/OMICSINT_H24
Add session_ml_deep_learning_integration_amd workflow
2 parents 1c0d99f + 7c520e5 commit 37063cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313

14-
if: github.repository == 'NBISweden/workshop_omics_integration'
14+
if: github.repository == 'nbisweden/workshop_omics_integration'
1515

1616
steps:
1717
# Checkout the repository
@@ -57,7 +57,7 @@ jobs:
5757
platforms: linux/amd64
5858
push: true
5959
no-cache: true
60-
tags: ghcr.io/${{ github.repository_owner }}/omicsint_h24:session_ml_single_cell_amd
60+
tags: ghcr.io/nbisweden/omicsint_h24:session_ml_single_cell_amd
6161

6262
- name: Inspect Docker Image
6363
run: docker buildx imagetools inspect docker.io/rasoolsnbis/omicsint_h24:session_ml_single_cell_amd

session_ml/SingleCell/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \
121121
USER ${USER}
122122
EXPOSE 8787
123123

124-
ENTRYPOINT ["/etc/run.sh"]
124+
ENTRYPOINT ["/etc/run.sh"]

0 commit comments

Comments
 (0)