Skip to content

Commit c09d2bc

Browse files
authored
Merge pull request #111 from rasools/OMICSINT_H24
Add session_ml_deep_learning_integration_amd workflow
2 parents f9eaa69 + a894ba8 commit c09d2bc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docker-build-lab-deep-learning-integration-amd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
file: session_ml/DeepLearningDataIntegration/Dockerfile
3838
platforms: linux/amd64
3939
push: true
40+
no-cache: true
4041
tags: docker.io/rasoolsnbis/omicsint_h24:session_ml_deep_learning_integration_amd
4142

4243
- name: Inspect Docker Image

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

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
file: session_gems/Dockerfile
3838
platforms: linux/amd64
3939
push: true
40+
no-cache: true
4041
tags: docker.io/rasoolsnbis/omicsint_h24:session_gems_amd
4142

4243
- name: Inspect Docker Image

session_ml/DeepLearningDataIntegration/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install curl -y --no-install-recommends && \
1515
apt-get clean && rm -rf /var/lib/apt/lists/*
1616

1717
RUN mkdir -p /home/jovyan/lab/data
18+
1819
# Clone the repository and checkout only .txt files from the DeepLearningDataIntegration folder
1920
RUN git clone --depth=1 --filter=blob:none --sparse https://github.com/NBISweden/workshop_omics_integration.git /tmp/repo && \
2021
cd /tmp/repo && \

0 commit comments

Comments
 (0)