Skip to content

Commit d44acaa

Browse files
authored
Merge pull request #108 from rasools/OMICSINT_H24
Add session_ml_deep_learning_integration_amd workflow
2 parents 470da23 + ceddf98 commit d44acaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build and Push Docker Image for Session Gems
3434
uses: docker/build-push-action@v4
3535
with:
36-
context: ./session_gems
36+
context: ./session_ml/DeepLearningDataIntegration
3737
file: session_ml/DeepLearningDataIntegration/Dockerfile
3838
platforms: linux/amd64
3939
push: true

session_ml/DeepLearningDataIntegration/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ RUN jupyter notebook --generate-config && \
5959
echo "c.NotebookApp.open_browser = False" >> /home/jovyan/.jupyter/jupyter_notebook_config.py
6060

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

0 commit comments

Comments
 (0)